/*
Theme Name: crash
Theme URI: https://github.com/Crash/treipunctzero
Author: Crash
Version: 2023
Requires at least: 5.2
Tested up to: 6.1
Requires PHP: 7.0
License: GNU General Public License v3 or Later
License URI: https://www.gnu.org/licenses/gpl.html
Text Domain: treipunctzero

treipunctzero WordPress Theme © 2011-2023 Crash
treipunctzero is distributed under the terms of the GNU GPL
*/
@font-face{font-family:Quicksand;src:url(fonts/Quicksand-Regular.woff2);font-weight:300;font-display:swap}
@font-face{font-family:Quicksand;src:url(fonts/Quicksand-Medium.woff2);font-weight:400;font-display:swap}
@font-face{font-family:Quicksand;src:url(fonts/Quicksand-SemiBold.woff2);font-weight:500;font-display:swap}
@font-face{font-family:Quicksand;src:url(fonts/Quicksand-Bold.woff2);font-weight:600;font-display:swap}

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}html{scroll-behavior:smooth}body{line-height:1}a{text-decoration-skip-ink:auto}button{outline:0}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}q{display:inline;font-style:italic}q:before{content:'"';font-style:normal}q:after{content:'"';font-style:normal}textarea,input[type="text"],input[type="button"],input[type="submit"],input[type="reset"],input[type="search"],input[type="password"]{-webkit-appearance:none;appearance:none;border-radius:0}input[type="search"]{-webkit-appearance:textfield}table{border-collapse:collapse;border-spacing:0}th,td{padding:2px}big{font-size:120%}small,sup,sub{font-size:80%}sup{vertical-align:super}sub{vertical-align:sub}dd{margin-left:20px}kbd,tt{font-family:courier;font-size:12px}ins{text-decoration:underline}del,strike,s{text-decoration:line-through}dt{font-weight:bold}address,cite,var{font-style:italic}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent}
.sticky{}.bypostauthor{}.wp-caption{}.wp-caption-text{}.gallery-caption{}.alignright{}.alignleft{}.aligncenter{}
.screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute!important;width:1px;word-wrap:normal!important;word-break:normal}
.screen-reader-text:focus{background-color:#f7f7f7;border-radius:3px;box-shadow:0 0 2px 2px rgba(0,0,0,.6);clip:auto!important;-webkit-clip-path:none;clip-path:none;color:#007acc;display:block;font-size:14px;font-size:.875rem;font-weight:600;height:auto;right:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}
.skip-link{left:-9999rem;top:2.5rem;z-index:999999999;text-decoration:underline}
.skip-link:focus{display:block;left:6px;top:7px;font-size:14px;font-weight:600;text-decoration:none;line-height:normal;padding:15px 23px 14px;z-index:100000;right:auto}
.visually-hidden:not(:focus):not(:active), .form-allowed-tags:not(:focus):not(:active){position:absolute !important;height:1px;width:1px;overflow:hidden;clip:rect(1px 1px 1px 1px);clip:rect(1px, 1px, 1px, 1px);white-space:nowrap}
html{font-size:16px;padding:0 !important;margin:0}
body{font-family:'Quicksand',helvetica neue,helvetica,arial,sans-serif;font-weight:400}
:root{
	--container:1280px;
	--green:#00a86b;
	--yellow:#f7d431;
	--blue:#3591cf;
	--orange:#680e97;
	--light-green:#9ccb3b;
	--pink:#ec0b8e;
	--main-filter: invert(61%) sepia(65%) saturate(1649%) hue-rotate(345deg) brightness(104%) contrast(91%);
	
}
h1,h2,h3,h4,h5,h6{font-weight: 600;}
.crsIcon {
    position: relative;
    display: inline-block;
    transition: all .3s ease-in-out;
}
article p{line-height:1.875rem}
.facebookIcon {    background: url(icons/facebook.svg) center center no-repeat;    background-size: contain;}
.instagramIcon {    background: url(icons/instagram.svg) center center no-repeat;    background-size: contain;}
.phoneIcon {    background: url(icons/phone.svg) center center no-repeat;    background-size: contain;}
.addressIcon {    background: url(icons/address.svg) center center no-repeat;    background-size: contain;}
.emailIcon {    background: url(icons/email.svg) center center no-repeat;    background-size: contain;}
.mainFilter{filter:var(--main-filter)}
.s-24{width:24px;height:24px}
.s-36{width:36px;height:36px}
.s-48{width:48px;height:48px}
.s-80{width:80px;height:80px}
.flex{display:flex}
.flex1{flex:1}
.fspace{justify-content:space-between}
.fcenter{justify-content:center}
.fwrap{flex-wrap:wrap}
.acenter{align-items:center}
.full{width:100%}
.half{width:50%}
.quarter{width:25%}
.three{width:30%}
.absolute{position:absolute;}
.relative{position:relative;height:100%}
.verticalCenter{top:50%;left:0;transform:translateY(-50%)}
.horizontalCenter{top:auto;left:50%;transform:translateX(-50%)}
.allCenter{top:50%;left:50%;transform:translate(-50%,-50%)}
.centered{text-align:center}
.container{width:var(--container);margin:0 auto}
header{height:140px}
.logo img{    display: block;
min-height: 110px;}
.logo{margin-bottom:-10px}
.mainSlider{height:calc(100vh - 160px);background:#000;position:relative;overflow:hidden}
.sliderImage{opacity:.95;    min-width: 100%;
    min-height: 100%;
    height: auto;
    width: 100%;
    object-fit: cover;}
.sliderText{text-align:center}
.yellowBack{background:#faf4ea}
article img{width:100%;height:auto;margin-bottom:20px}
.mainSlider h1{    line-height: 80px;
    font-size: 64px;
color: #fff;margin-bottom:30px}
.callto{display:inline-block;line-height: 48px;
    letter-spacing: 0px;
    font-weight: 600;
    font-size: 14px;
padding:0 40px;    border-radius: 5px;text-decoration:none;color:#fff}
.orange{background:var(--orange)}
.green{background:var(--green)}
.wpcf7-submit{background:var(--green)}
.menu{display:flex;flex-wrap:wrap;justify-content:center}
.menu li{margin:0 10px}
.menu a{text-decoration:none;color:#000;text-transform:capitalize;padding:10px 15px;transition:all .3s ease-in-out;font-weight:600}
.current-menu-item a{color:var(--orange)}
.help a{    text-decoration: none;display:block;color:var(--orange);font-weight:600;font-size:21px;line-height:28px}
.help{text-align:center}
.help span{font-size:13px;font-weight:500}
.p-72{padding:72px 0}
.p-90{padding:90px 0}
header{ position: relative;
    z-index: 3;background:white}
.wave {
    height: 150px;margin-bottom:-150px;
    z-index: 1;
    position: relative;
    overflow: hidden;}
	.wave svg{    width: 100%;
    height: 150px;transform: rotate(180deg);fill:white}
	.menuBar .wave svg{transform:none}
	.menuBar .pageheader {
    padding: 50px 0 50px 0;
    height: 150px;
} .menuProduct{border: 1px solid #ebebeb;
    padding: 15px 20px;
border-radius: 10px;margin-bottom:40px;width:30%}
.menuMenu a{white-space: nowrap;
    border-radius: 18px;line-height:36px;
    background: #fff;
    padding: 0 20px;
    display: block;
    color: #00a86b;    margin: 0 5px;
text-decoration: none;transition:all .3s ease-in-out;border:1px solid #00a86b}
.menuMenu a:hover,.menuMenu a.selected{background:#00a86b;color:#fff}
	.imageCircles:after{position:absolute;content:"";background:url(images/orange.png) no-repeat center center;    width: 150px;
    height: 150px;
    background-size: contain;
    bottom: 0;
    right: 0;}
	.avantaje:before{position:absolute;content:"";background:url(images/circles.png) no-repeat center center;    width: 35%;
    height: 100%;
    background-size: cover;
    top: 0;
    left: 0;}
	h2,h3{    color: #23215b;
    font-size: 3rem;
    line-height: 1.25;margin-bottom:15px}
	
	h1,h2{letter-spacing: -2px;}
	h3{font-size: 1.15rem;}
	li,p{color:#66717a;line-height:1.5;margin-bottom:.5rem}
	.avantaj{margin:1rem 0;max-width:45%}
	.avantaj svg{width:100%;height:auto}
	.avantaj .crsIcon{display:block;border-radius: 20px;
    font-size: 40px;
    padding: 15px;margin-bottom:15px}
	.blue{    background-color: #dcf4fc;
    color: #51c9ee;}
	.blue svg{fill:#51c9ee}
	.pink{    background-color: #f9ddee;
    color: #df57a8;}.pink svg{fill:#df57a8}
	.red{background-color: #fdd5d5;
    color: #f32c2c;
}.red svg{fill:#f32c2c}
.yellow{    background-color: #feefcf;
    color: #fab31c;}.yellow svg{fill:#fab31c}
	.interior img{    border-radius: 50%;
    margin-right: 30px;}
	.interior{margin: 3rem 0;padding-right:40px}
	.interior:nth-child(even){padding-right:0}
	.blueList{padding:20px 0;    list-style: disc;
    list-style-position: inside;margin-bottom:10px}
	.blueList li{padding: 0 0 10px;font-weight:600;color:#23215b}
	.callto{position:relative;padding-right:60px;transition:all .3s ease-in-out}
	.callto:after{content:"";background:url(icons/arrow.svg) center center no-repeat;background-size:contain;width:14px;height:14px;display:block;position:absolute;top:50%;transform:translateY(-50%);right:40px;transition:all .2s ease-in-out}
	.programTitle{font-size:1.375rem}
	.image img{ width: 100%;
    height: auto;border-bottom-left-radius: 6px;border-bottom-right-radius: 6px;}
	.programDetails{background:#fff;padding:20px}
	.program{border-radius: 6px;overflow:hidden;background:#fff;position:relative}
	.detaliiProgram{padding: 18px 0 0 0;
    border-top: 2px solid #f1f1f1;
    margin-top: 18px;}
	.labelProgram{    color: #b0b9c1;
    display: block;margin-bottom:8px;font-size: .875rem;
    }
	.metaProgram{    padding-right: 25px;
    margin-right: 25px;
    border-right: 2px solid #f1f1f1;
    margin-bottom: 13px;color:#23215b;line-height: 1;
    font-weight: 600;}.metaProgram:last-child{border:none}
	.program .callto{    width: 100%;
    padding: 0 18px;
    border-radius: 0;
    text-align: center;}
	.program .callto:after{display:none}
	.programe{margin-top:50px}
	.program{margin-bottom:50px;margin-right:5%}
	.program:nth-child(3n+3),.program:last-child{margin-right:0}
	.areaDescription{padding:0 15%}.sl-overlay{background:#000 !important}.ngg-galleryoverview.default-view .ngg-gallery-thumbnail a {
    margin: 15px !important
}
footer,footer a{color: #66717a;font-size: 16px;
    line-height: 28px;text-decoration:none}
.footerBlock{padding:18px 3%;border-right: 1px solid #f1f1f1;margin:18px 0}
.footerBlock:first-child{padding-left:0}
.footerBlock:last-child{padding-right:0;border:none}
.copyright{    margin-top: 2rem;padding-top:2rem;text-align:center;border-top: 1px solid #f1f1f1;}
.footerTitle{    font-size: 20px;
    font-weight: 600;
    letter-spacing: -1px;
    color: #000;
    display: block;
margin-bottom: 10px;}
.company{width:200px;margin-right:50px}
.company img{max-width:200px}
.links a {display:block}
.orar{font-weight:600;color:#000}.orarLabel{display:block;font-weight:400;color: #66717a}
.callus a{color:var(--orange);font-weight:500;margin-bottom:15px;font-size:18px;display:block}
.orarDetail{margin-bottom:30px}
.links a{margin-bottom:5px}
.contactFooter i{transform: translateY(4px);margin-right:5px}
.socials{margin:10px 0}
.socials a:first-child{margin-right:10px}
.evenimente{overflow:hidden}
.evenimente img{z-index:0}
.evenimente h3{    font-size: 50px;
    line-height: 1.2em;
    letter-spacing: -3px;
color: #fff;}
.evenimentDetails{background:url(images/eveniment-shape.png) center center no-repeat;background-size:contain;padding:30px 0}
.sliderText{padding:40px 0 0 0}
.dataEveniment{color:var(--yellow);
    font-size: 50px;
    line-height: 35px;
    padding: 20px 0 6px;font-weight:600}
	.oraEveniment{color: #fff;font-weight:600;
    font-size: 18px;margin-bottom:30px;margin-top:10px}
	.preTitle{color:var(--yellow);font-size:18px}
	
	.pageheader{background:var(--green);text-align:center;padding:70px 0 50px 0;color:#fff}
	.map{padding-bottom:72px}
	.pageheader h1{font-size: 3.75rem;}
	.serviciuEnroll{border-style: solid;
    border-width: 3px;
    border-color: var(--orange);
    transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
    padding: 40px 30px;
    border-radius: 6px;
    min-width: 400px;
  
    margin-left: 40px;}
	.serviciuEnroll li{
    border-bottom: 2px dashed #e1e1e1;
    padding: 9px 0;}
	.sideSticky{position:sticky;top:30px}
	.serviciuEnroll li:last-child{border:none}
	.serviciuEnroll li strong{    color: #000;
    font-weight: 600;
    text-transform: capitalize;}
	.serviciuEnroll .callto{width:100%;margin-top:40px}
	article h2{font-size:2rem}
	article strong{font-weight:600;color:#000}
	.serviciiBlock{padding: 37px 0 25px;border-top: 1px solid rgba(0,0,0,.13);margin-top:15px}
	article ol,article ul {list-style:auto;list-style-position:inside;padding: 15px 0;}
	.avantajeServiciu ul{list-style:none;display:flex;justify-content:space-between;flex-wrap:wrap}
	.avantajeServiciu li{width:48%;margin-bottom:10px}
	.avantajeServiciu li.full{width:100%}
	.avantajeServiciu ul li:before{content:"";display:inline-block;background:url(icons/checked.svg) center center no-repeat; background-size:contain;width:16px;height:16px;margin-right:10px;
    transform: translateY(3px);
}
.avantajeServiciu ul ul li{    padding-left: 25px;width:100%;display:block;list-style:disc}
.avantajeServiciu ul li li:before{display:none}
.panel-close {
    width: 20px;
    cursor: pointer;
    position: absolute;
    top: 5px;
    right: 20px;
}.popup h3 {
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
    padding-right: 70px;position:relative
}
.popup {
    max-width: 600px;
    position: fixed;
    right: -200vw;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border: 1px solid rgb(0,0,0,0.13);
    background: #fff;
    padding: 45px;
    z-index: 9;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
    transition: all .4s ease;
	overflow:auto
}
.popup .wpcf7{overflow:auto}
.visible {
      display: block;
    top: 100%;
    position: absolute;
    z-index: 9999;
    background: var(--orange);
    width: 100%;
    left: 0;
    right: 0;
    line-height: 50px;
}
.popup.visible{    position: fixed;left:auto;top:0;background:#fff}
.overflowHidden{overflow:hidden}
.visible li a{line-height: 50px;
    display: block;color: #fff}
	.visible ul{padding:10px 0}
.popup label {
    display: block;
    clear: both;
}
sup {top: -0.5em;
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
.popup p .wpcf7-form-control-wrap {
      position: relative;
    display: block;
    margin-top: 5px;font-size: 14px;
}textarea, input,select {
    resize: none;
    width: 360px;
    padding: 3px 6px;outline:none
}
.popup textarea,.popup input, .popup select{width:100%}
.wpcf7 input[type=text], .wpcf7 input[type=email], .wpcf7 input[type=url], .wpcf7 input[type=password], .wpcf7 input[type=search], .wpcf7 input[type=number], .wpcf7 input[type=tel], .wpcf7 input[type=range], .wpcf7 input[type=date], .wpcf7 input[type=month], .wpcf7 input[type=week], .wpcf7 input[type=time], .wpcf7 input[type=datetime], .wpcf7 input[type=datetime-local], .wpcf7 input[type=color],.wpcf7-form select {
    border:1px solid  #f5f5f5;border-radius:3px;
    margin-bottom: 0;
    padding: 0.6rem 1.25rem;
}
.wpcf7-form input:not([type=button]),.wpcf7-form textarea,.wpcf7-form select {
      background-color: transparent;
    border-style: solid;
    border-width: 1px;
    border-color: rgb(0,0,0,0.13);
    font-size: 18px;
    color: #66717a;
    font-family: 'Quicksand';
    border-radius: 3px;
}
.wpcf7-form input:not([type=button]):focus,.wpcf7-form textarea:focus,.wpcf7-form select:focus {
    border-color: #faaf11;
}.wpcf7 .wpcf7-form label {
    color: #000;
    font-weight: 700;
    margin-bottom: 0;
}
.wpcf7-form .wpcf7-submit{font-family: 'Quicksand';border: none;
    background: var(--green);
    color: #fff;font-size: 16px;border-radius: 3px;
font-weight: 400;}
.wpcf7-acceptance span{font-weight:400;font-size:13px}
.wpcf7-acceptance label{display:flex}
.wpcf7-acceptance .wpcf7-list-item-label{flex:1}
	.wpcf7-acceptance input{    width: 16px;
    height: 16px;
    margin-right: 8px;}
	.wpcf7-list-item{margin:0 !important}
	.hideOverflow {
    overflow: hidden;
}.overlay {
    transition: all .2s ease-in-out;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    background: #000;
    opacity: 0;
    visibility: hidden;
}
.overlayed {
    z-index: 101;
    visibility: visible;
    opacity: .5;
}
.hamburger span {
    color: #fff;
    clear: both;
    float: none;
    display: block;
    background-color: #222;
    height: 2px;
    width: 28px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 4px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}.hamburger span:last-child {
    margin-bottom: 0;
}.hamburger.close span:nth-child(3) {
    margin-top: -12px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}.hamburger.close span:nth-child(2) {
    background-color: transparent;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}.hamburger.close span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.map iframe{    aspect-ratio: 16 / 9;width:100%}
.contact h2{color: var(--orange);
    font-size: 30px;
    letter-spacing: 0;
    line-height: 30px;
position: relative;}
.contact i{position: absolute;
    left: 0;
    top: 0;
transform: translateY(5px);}
.contact a,.contact span{    color: #66717a;
    line-height: 1.875rem;position:relative;padding-left:36px;
margin-bottom: 0.5rem;text-decoration:none;display:block;font-size:18px}
.contact a strong{font-weight:500;margin-right:20px}
.contact .three{margin-bottom:30px}
.pageEvenimente .evenimentDetails{width:100%}
.pageEvenimente{margin-bottom:40px}
.nav-links a{text-decoration: none;
    font-weight: 500;
    font-size: 18px;
color: #000;}
.nav-next{text-align:right}
.avantaje{overflow:hidden}
.home .ngg-navigation{display:none !important}
.topBar{position:absolute;top:0;left:50%;transform:translateX(-50%);z-index:99}
.topBar .logo{background: #fff;
    padding: 10px;
    border-bottom-left-radius: 80px;
    border-bottom-right-radius: 80px;
    width: 160px;
    margin-top: -10px;
    height: 120px;}
.topBar .logo img{    min-height: auto;
    WIDTH: 100PX;
margin: 15px auto;}
.topBar a{text-decoration:none;color:#fff;}
.menuMenu{padding:10px 0;position:sticky;top:0;background:#fff}
.menuBar h2{text-align:center}
.menuBar h3{margin-top:10px;margin-bottom:10px}
.menuBar .wave{    background: #680e97;}
@media (min-width:1280px){
.contact a:hover{color:var(--orange)}
	.only-mobile{display:none}
	.callto{cursor:pointer}
	.menu a:hover{color:var(--orange)}
	.callto:hover{background:#e5861d}
	.callto.green:hover,.wpcf7-form .wpcf7-submit:hover{background:#0b895b}
	.callto:hover:after{right:34px}
	.program .callto{transition:all .3s ease-in-out;position:absolute;bottom:-48px;left:0}
	.program:hover .callto{bottom:0}
	.programDetails,.program img{transition:all .3s ease-in-out;}
	.program:hover .programDetails{transform:translateY(-48px)}
		.program:hover img{-ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}
footer a:hover{color:var(--orange)}
}
@media (max-width:1279px) {
	:root{
	--container:90%}
		header nav{display:none}header {
    height: 100px;
}.hamburger{margin-right: 20px;}
		div.allCenter img{    padding-right: 30px;
    width: 100%;}div.allCenter{width:100%}.imageCircles:after{right:20px}
		
	
}
@media (max-width:1079px) {
	.menuProduct{    width: 45%;}
	
	.pageheader h1 {
    font-size: 2.75rem;
    line-height: 1.5;
}
	.sideSticky {
    position: relative;
    top: 0;
    width: 100%;
}.serviciuEnroll{    margin-left: 0;
    min-width: auto;
    margin-top: 30px;padding:30px 20px}
	.menu li {
    margin: 0 40px;
}
	.footerBlock.half,.half.avantaj{width:100%;max-width:unset}
	.footerBlock.quarter{width:50%}.footerBlock:first-child {
    border:none
}
	}
	@media (max-width:919px) {
		.no-mobile{opacity:0}
		nav .menu{justify-content:space-between}
		.menu li {width:33%;border-bottom: 1px solid rgb(255 255 255 / 40%);
}.menu li:last-child{border:none}
		.half{width:100%}
		.avantaje .allCenter{position:relative}
		.half .absolute {
    position: relative;
    top: auto;
    left: auto;
    transform: none;z-index:5
}
.avantaje:before{width:100%;background-size:contain;background-position-y: top;}
.three{width:47.5%}
.program:nth-child(3n+3) {
    margin-right: 5%;
}
.program:nth-child(2n+2){
    margin-right: 0;
}.ngg-gallery-thumbnail-box.ngg-4-columns {
    width:33.334% !important
}
	}.menuBar h2{padding-top:40px}.menuProduct h3{max-width:calc(100% - 75px)}
	.menuList:after {
    content: '';
    width: calc(33.3334% - 40px);
}

	@media (max-width:640px) { 

	.menuProduct{width:100%;margin-bottom:25px}
	.sliderText {
    background: none;
    background-size: contain;
    padding: 0px 0 0 0;
    transform: translate(-50%, -280px);}
	.mainSlider h1{line-height:1.5;font-size:40px}
	.sliderImage{width:200%}
	.pageheader{    padding: 70px 10px 50px 10px;}
	.dataEveniment{font-size:30px}
	.evenimente h3 {    font-size: 36px;}
	.map iframe{    aspect-ratio: 1 / 1;width:100%}
	.menu li {
    width:100%
}
	.logo img {
    display: block;
    min-height: 80px;
} .logo{margin-right:20px}
	div.allCenter img {
    padding-top: 30px;
padding-right:0
}
	.three {
    width: 100%;margin-right:0 !important
}
	
	.ngg-gallery-thumbnail-box.ngg-4-columns {width:50% !important}
	.company,.contactFooter{    text-align: center;width:100%;margin-right:0;margin-bottom:20px}
	
	
	}
	@media (max-width:480px) {
.footerBlock.quarter {
    width: 100%;text-align:center;border:none
}.interior{padding:0;text-align:center}
.interior .flex1 {
    flex: auto;
    width: 100%;
margin-top: 20px;}.interior img{margin:0 auto}
		}