@import './../_classes/css/_materialIcons.css';
@import './../_classes/css/_colors.css';
@import './_customColors.css';

@import url('./../_classes/js/reactJs/components/formInput/_css.css');
@import url('./../_classes/js/reactJs/components/output/_css.css');
@import url('./../_classes/js/reactJs/components/charts/_css.css');
@import url('./../_classes/js/reactJs/components/smartForms/_css.css');

body{
	margin:0;
}
#tempAlertMessage{
	background-color:white;
	border-radius:5px;
	box-shadow:rgba(0, 0, 0, 0.2) 0px 0px 5px;
	left:calc(50% - 200px);
	margin:auto;
	opacity:1;
	padding:25px;
	position:fixed;
	text-align:center;
	top:10%;
	transition:all 0.5s;
	width:400px;
}
#reactContainer{
    min-height: 100vh;
}

.testimonials-container {
    box-sizing: border-box;
    overflow: hidden;
    width: 100%;
    color:#fff;
}
.testimonial {
    border-top: none;
    box-sizing: border-box;
    color: #fffc;
    overflow: hidden;
    padding: 15px;
    background: #ffffff0d;
    margin: 1px 0;
    border-radius: 1px;
}.testimonial-name {
    font-size: 18px;
    font-weight: bold;
}

input{
	border:0;
	box-sizing:border-box;
	padding:15px;
}
#loginFormContainer{
	bottom:-100%;
	height:300px;
	left:-100%;
	margin:auto;
	overflow:hidden;
	position:absolute;
	right:-100%;
	text-align:center;
	top:-100%;
	width:300px;
}
#loginPassInput{
	margin-top:10px;
	width:100%;
}
.icon{
	background:#fff;
	border-radius:10rem;
	color:#c9d49d;
	font-size:50px !important;
	height:50px;
	margin:auto;
	margin-bottom:10px;
	padding:25px;
	text-align:center;
	width:50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#loginUserInput{
	width:100%;
}
#submitInput{
	background:#b1bf93;
	border:0;
	color:#fff;
	margin-top:10px;
	padding:15px;
	width:100%;
}
.general-container{
    margin: auto;
    max-width: 1200px;
    width: 100%;
}

.btn{
	background:#649cd4;
	border:0;
	border-radius:0 !important;
	box-sizing:border-box;
	color:#fff;
	cursor:pointer;
	padding:15px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.btn2{
	background:var(--blue);
	border:0;
	box-sizing:border-box;
	color:#fff;
	cursor:pointer;
	float:left;
	font-size:13px;
	height:50px;
	margin-top:1px;
	padding:5px;
	width:100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.btn3{
	background:#52ba7b;
	border:0;
	box-sizing:border-box;
	color:#fff;
	cursor:pointer;
	padding:15px;
	width:100%;
    display: flex;
    justify-content: center;
    align-items: center;
	margin-top:1px;
}

.admin-image{
    height:120px;
}
.smart-form-field.admin-image{
    height:50px;
    padding:0;
}

.admin-image-offers{
    height:190px;
}

.testClass div{
	height:100px;
}
.testClass:hover{
	background:#27b;
}
.testClassdiv{
	height:100px;
}
.testClass{
	background-color:#046;
	background-image:linear-gradient(rgba(255,255,255,.5) 1px, transparent 1px),                  linear-gradient(90deg, rgba(255,255,255,.5) 1px, transparent 1px),                  linear-gradient(rgba(255,255,255,.05) 1px, transparent 1px),                  linear-gradient(90deg, rgba(255,255,255,.05) 1px, transparent 1px);
	height:500px;
	width:500px;
}
#container{
	background:linear-gradient(30deg, rgba(0,0,0,0.09) 0%, rgba(255,255,255,0) 100%) 0 0 / 100px 100px;
	filter:none;
	linear-gradient(135deg,rgba(255,255,255,0)0%,rgba(0,5,138,0.83)39%,rgba(255,0,255,0.68)46%,#ff000066%,rgba(0,0,0,0.73)68%,rgba(255,255,255,0)100%)50%50%,radial-gradient(#fff0000%,#10c20043%,#ffffff55%,#c8f0073%)5px20px/25px25px:undefined;
	min-width:1000px;
}
#webDesigner_tempAlertMessage{
	background-color:white;
	border-radius:5px;
	box-shadow:rgba(0, 0, 0, 0.2) 0px 0px 5px;
	color:rgb(51, 51, 51);
	left:calc(50% - 200px);
	margin:auto;
	opacity:1;
	padding:25px;
	position:fixed;
	text-align:center;
	top:10%;
	transition:all 0.5s;
	width:400px;
	z-index:2147483641;
}
.wdtA_bluePrint{
}
#menu{
	font-family:Impact;
	height:100px;
	margin:auto;
	position:absolute;
	right:calc(50% - 500px);
	top:30px;
	width:610px;
}
#menuContainer{
	background:linear-gradient(33deg, rgba(0,0,0,0.11) 0%, rgba(255,255,255,0) 100%) 0 0, linear-gradient(90deg, #7a9abf 0%, #2b5482 98%);
	border-bottom:15px solid #234d8c;
	box-sizing:border-box;
	color:#fff;
	height:180px;
	overflow:hidden;
	padding:20px;
}
#menuHeader{
}
.menuBtn{
	border-bottom:0px solid #fff;
	cursor:pointer;
	float:left;
	height:40px;
	text-shadow:3px 3px 20px #000;
    font-size: 17px;
    font-family: Roboto;
    font-weight:100;
    color:#fff;
    display:flex;
    justify-content: center;
    align-items: center;
}
#footerCenter{
	background:none;
	box-shadow:none;
	color:#fff;
	line-height:40px;
	margin:auto;
	overflow:hidden;
	padding:0;
	text-align:center;
	width:500px;
}
.contentContainer{
	box-sizing:border-box;
	min-height:calc(100vh - 215px) !important;
	width:100%;
}
.articlesImage {
    width: 161px;
    height: 100px;
    overflow: hidden;
    float: left;
    margin-right: 10px;
    border-radius: 3px;
}.articlesImage>img {
    width: 100%;
    height: 100%;
    object-fit: cover;;
}
.center{
    height: auto;
    margin: auto;
    min-height: calc(100% - 382px);
    max-width: 1200px;
    overflow: hidden;
    width: 100%;
}
.footerContainer{
	background:linear-gradient(33deg, rgba(0,0,0,0.11) 0%, rgba(255,255,255,0) 100%) 0 0, linear-gradient(90deg, #7a9abf 0%, #2b5482 98%);
	border-top:3px solid #3e6875;
	font-size:12px;
	height:40px;
	overflow:hidden;
}
.menuBtn:before{
}
.menuBtn:hover{
	border-bottom:1px solid #fff;
	margin-top:-1px;
	text-shadow:3px 3px 20px #fff;
}
#logo{
	left:calc(50% - 490px);
	position:absolute;
	top:40px;
	width:360px;
}
a{
	color:inherit;
	text-decoration:none;
}a:hover{
    color:inherit;
}
.articlesContainer{
	border:1px solid #ccc;
	margin:5px;
	outline:0px solid #ccc;
	padding:15px;
	transition:all .2s;
	border-radius:3px;
	overflow:hidden;
}
.articleViewImg {
    width: 200px;
    height: 200px;
    box-sizing: border-box;
    padding: 5px;
    /* border: 1px solid var(--grey-lighter); */
    border-radius: 3px
}
.articleViewData{
    display: flex;
    align-items: center;
    height: 200px;
    margin-bottom:30px;
}
.articleViewDataContainer{
    display:block;
    width:100%;
}
.offerContainer{
	/*border:1px solid #ccc;*/
	outline:5px solid #fff;
	padding:15px;
	transition:all .2s;
	border-radius:3px;
	overflow:hidden;
}.offerContainer:hover{
    background: #0001;
}
.articleLinkTitle{
	font-weight:bold;
	overflow:hidden;
	padding:10px;
	width:calc(100% - 400px);
	z-index:99;
}
.articleContainer{
	background:#ebebeb;
	box-sizing:border-box;
	color:#333;
	height:140px;
	margin-right:1px;
	margin-top:1px;
	overflow:hidden;
	padding:10px;
	position:relative;
	transition:all .3s;
	width:100%;
}
.articleThumb{
	float:left;
	left:0;
	margin:auto;
	min-height:100%;
	transition:all .7s;
	width:150px;
}
.articleThumb:hover{
}
.imageGallContainer{
	border:10px solid #fff;
	box-shadow:rgba(0, 0, 0, 0.0980392) -1px 1px 2px, rgba(0, 0, 0, 0.0980392) -3px 2px 4px, rgba(0, 0, 0, 0.0980392) -7px 4px 8px, rgba(0, 0, 0, 0.0980392) -14px 8px 16px;
	display:block;
	float:left;
	height:113px;
	margin:10px;
	overflow:hidden;
	position:relative;
	width:113px;
}
.imagesConainer{
	overflow:hidden;
}
.imageGallThumb{
	bottom:-100%;
	display:block;
	left:-100%;
	margin:auto;
	max-height:130%;
	max-width:130%;
	min-height:100%;
	min-width:100%;
	position:absolute;
	right:-100%;
	top:-100%;
	transition:all .3s;
}
.imageGallThumb:hover{
	transform:scale(1.2);
}
#galleryDivContainer{
	background:rgba(0, 0, 0, 0.8);
	height:0%;
	overflow:hidden;
	position:fixed;
	top:0px;
	transition:height 0.3s;
	width:100%;
}
#galleryImgImg{
	bottom:-1000%;
	display:block !important;
	left:-1000%;
	margin:auto;
	max-height:100%;
	max-width:100%;
	position:absolute;
	right:-1000%;
	top:-1000%;
}
#imgContainer{
	border:1px dashed #fff;
	box-sizing:border-box;
	height:calc(100vh - 100px);
	left:-1000%;
	margin:auto;
	padding:10px;
	position:absolute;
	right:-1000%;
	top:50px;
	width:calc(100vh - 100px);
}
#imgInnerContainer{
	background:#fff;
	box-sizing:border-box;
	height:100%;
	overflow:hidden;
	padding:10px;
	width:100%;
}
#prevArrow{
	background:#fff;
	color:#333;
	cursor:pointer;
	font-size:48px;
	font-weight:bold;
	height:50px;
	line-height:40px;
	position:absolute;
	right:10px;
	text-align:center;
	top:50%;
	width:50px;
}
.imagesCenter{
}
.articlesAllContainer{
	padding-top:25px;
}
.articleLinkDescr{
	font-size:12px;
	overflow:hidden;
	padding:10px;
	width:calc(100% - 400px);
	z-index:99;
}
.articleImgContainer{
	float:left;
	height:120px;
	overflow:hidden;
	width:120px;
}
.articleContainer:hover{
	background:#648399;
	color:#fff;
}
.imgCont{
	height:100%;
	overflow:hidden;
	position:relative;
	width:100%;
}
.articleDate{
	font-size:12px;
	font-weight:bold;
	overflow:hidden;
	padding:0 10px;
}
.menuBtnIn{
	transition:all .3s;
}
.menuBtnIn:hover{
	box-shadow:rgba(0,0,0,0.08) -1px 1px 2px, rgba(0,0,0,0.1) -3px 2px 4px, rgba(0,0,0,0.06) -7px 4px 8px;
	color:#fff;
	font-size:19px;
}
input{
	box-sizing:border-box;
	display:block;
	float:none;
	margin-top:3px;
	padding:15px;
	width:100%;
}
textarea{
	box-sizing:border-box;
	display:block;
	float:none;
	margin-top:3px;
	padding:15px;
	width:100%;
}
#allContainer{
	height:fit-content;
	overflow:hidden;
	perspective:300px;
	width:100%;
    min-height: calc(100vh - 70px);
}
#footer{
	background:#333 url('design/grey_noise2.jpg');
	height:70px;
	width:100%;
}
#footerContainer{
	margin:auto;
	overflow:hidden;
	width:1000px;
	max-width: 100vw;
}
#latestProjectsHomeContainer{
	margin:auto;
	margin-bottom:-10px;
	margin-top:90px;
	overflow:hidden;
	width:100%;
	max-width:1200px;
	padding: 10px;
}
#logoImg{
	bottom:-100%;
	left:-100%;
	margin:auto;
	position:absolute;
	right:-100%;
	top:-100%;    
}
.aboutHomeDescription{
	box-sizing:border-box;
	color:#323232;
	font-size:26px;
	margin-left:calc(50% - 500px);
	padding:25px;
	text-align:center;
	width:1000px;
}
.aboutHomeDescription h0{
	font-size:34px;
}
.aboutHomeDescriptionh0{
	font-size:34px;
}
.articleItemContainer{
	color:#ccc;
	cursor:pointer;
	float:left;
	height:65px;
	margin:10px;
	overflow:hidden;
	padding:10px;
	transition:all .2s;
	width:100%;
}
.articleItemContainer:hover{
	background:rgba(255,255,255,.1);
}
.articleViewDate{
	color:#777;
	font-size:18px;
	padding:10px 0;
	text-align: left;
}
.articleViewFullText{
	overflow:hidden;
	text-align:justify;
	width:calc(100% - 220px);
	font-size:17px;
}
.articleViewTitle{
	color:#444;
	font-size:28px;
	font-weight:bold;
	padding:10px 0;
	text-align: left;
}
.articlesContainer:hover{
	outline:10px solid #ccc;
}
.articlesDate{
	font-size:14px;
	margin-top:10px;
    font-style: italic;
}
.articlesDescr{
	color:#777;
	font-size:14px;
}
.articlesTitle{
	color:#333;
	font-size:21px;
	font-weight:bold;
}
.contactFormContainer{
	box-sizing:border-box;
	overflow:hidden;
	padding:25px;
	width:100%;
}
.contactFormContainer>input,
.contactFormContainer>textarea{
    background:var(--grey-lighter);
    border-radius:3px;
    border:none;
    margin: 10px 0;
    
}
.coppyright{
	color:#555;
	cursor:pointer;
	float:left;
	padding:25px;
	transition:all .2s;
}
.headerContainer{
	background:var(--grey-darker) url(design/grey_noise.jpg);
	height:190px;
	overflow:hidden;
	position:relative;
	width:100%;
}
.homeArticles{
	float:left;
	height:100%;
	overflow:hidden;
	width:35%;
}
.homeArticlesContainer{
	background:#333 url('design/grey_noise.jpg');
	height:fit-content;
	margin-top:-35px;
	overflow:hidden;
	width:100%;
}
.homeArticlesContainerCenter{
	box-sizing:border-box;
	margin:auto;
	padding:15px;
	width:100%;
	max-width:1200px;
}
.homeArticlesTitle{
	border-bottom:1px solid #aaa;
	color:#aaa;
	font-size:21px;
	height:50px;
	margin-top:15px;
	overflow:hidden;
	padding:10px;
}
.homeNews{
	height:100%;
	overflow:hidden;
}
.homeNewsTitle{
	border-bottom:1px solid #aaa;
	color:#ccc;
	font-size:21px;
	height:50px;
	margin-top:15px;
	overflow:hidden;
	padding:10px;
}
.homepageImage{
	float:left;
	width:100%;
    height: 100%;
    object-fit: cover;
}
.homepageImages{
	border-bottom:15px solid #121212;
	height:525px;
	overflow:hidden;
	position:relative;
	width:100%;
}
.homepageImagesContainer{
	overflow:hidden;
	height:100%;
}
.homepageImagesContainerWidth{
	height:100%;
	overflow:hidden;
	white-space:nowrap;
	width:100%;
	height:100%;
}
.latestNewsImg{
	transition:all 0.9s;
	width:100%;
	height: 100%;
	object-fit: cover;
}
.latestNewsImg:hover{
	scale: 1.2;
}
.latestProjectContainer{
	border-bottom:10px solid var(--grey-lighter);
	cursor:pointer;
	float:left;
	height:350px;
	margin-bottom:25px;
	outline:0px solid var(--grey-lighter);
	overflow:hidden;
	text-align:center;
	transition:all .2s;
	width:230px;
	padding: 15px;
}
.latestProjectContainer:hover{
	outline:10px solid var(--grey-lighter);
}
.latestProjectImg{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .9s;
}

.project-data-title {
    overflow: hidden;
}

.prjectViewTitle {
    display: flex;
    flex-direction: column;
    font-size: 16px;
	color:#555;
	font-size:24px;
	height:155px;
}

.project-view-title {
    text-align: left;
    font-weight: normal;
    color: #777;
    height: 50%;
    overflow: hidden;
    align-items: center;
    display: flex;
}
.project-view-date {
    text-align: left;
    font-size: 16px;
    font-style: italic;
    color: #888;
    height: 50%;
    align-items: center;
    display: flex;
}

.latestProjectImg:hover{
	height:110%;
}
.latestProjectImgContainer{
	background:#333;
	height:220px;
	margin:auto;
	overflow:hidden;
	position:relative;
	width:270px;
}
.latestProjectShortDescr{
	color:#777;
	font-size:15px;
	margin:auto;
	margin-top:15px;
	overflow:hidden;
	width:200px;
}
.latestProjectTitle{
	color:#555;
	font-size:15px;
	font-weight:normal;
}
.menuBtnsContainer{
	color:#fff;
	font-size:28px;
	width:100%;
	max-width: 1200px;
}
.menuContainer{
	background:var(--grey-darkest);
	/*border-bottom:1px solid #ACA77B;*/
	/*border-top:1px solid var(--grey-lighter);*/
	box-shadow:0 0 10px #000;
	height:50px;
	line-height:50px;
	overflow:hidden;
	width:100%;
	display: flex;
	justify-content: center;
}.menuContainer.visible{
    height:fit-content;
}
.newsContainerDate{
	border-bottom:1px solid #aaa;
	font-size:32px;
	font-weight:bold;
	margin-top:15px;
}
.newsContainerShortDescr{
	color:#999;
}
.newsContainerTitle{
	font-size:18px;
	font-weight:bold;
}
.newsItemContainer{
	color:#ccc;
	cursor:pointer;
	float:left;
	height:270px;
	margin:10px 0;
	overflow:hidden;
	transition:all .2s;
}
.newsItemImg{
    background: #333;
    height: 160px;
    margin: auto;
    overflow: hidden;
    position: relative;
    width: 300px;
    padding: 0;
    width: 100%;
}
.padding{
	box-sizing:border-box;
	padding:25px;
}
.poweredBy{
	color:#555;
	cursor:pointer;
	float:right;
	font-size:13px;
	padding:25px;
	transition:all .2s;
}
.poweredBy:hover{
	color:#777;
}
.prjectViewImage{
	max-width:100%;
	border-radius: 3px;
}
.project-data-title{
    text-align: center;
    display: flex;
}
.prjectViewText{
	margin-top:25px;
	padding: 0 15px;
}
.projectImages{
	/*border-bottom:5px solid #ccc;*/
	/*border-top:5px solid #333;*/ 
    overflow: hidden;
    padding: 10px 0;
    background: #5551;
    text-align: center;
    border-radius: 3px;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
}
.roundMore{
	border: 3px solid #cac3b4;
	border-radius:3px;
	cursor:pointer;
	font-size:18px;
	height:80px;
	left:-100%;
	line-height:75px;
	margin:auto;
	position:absolute;
	right:-100%;
	text-align:center;
	transition:all .1s;
	width:130px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 15px;
    color:#333;
}
.roundMore:hover{
	border:10px solid var(--grey-dark);
}
.secondaryImage{
	float:left;
	height:100px;
	overflow:hidden;
}
.secondaryImage:hover{
	opacity:.7;
}
.secondaryImageImg{
	height:100%;
}
.articleImage{
	width:100%;
	object-fit: contain;
}
.articleViewImg{
	float:left;
	overflow:hidden;
	padding-right:20px;
	width:200px;
	text-align: center;
	justify-content: center;
	display: flex;
}
#latestProjectsContainer{
	margin:auto;
	margin-bottom:-10px;
	margin-top:90px;
	overflow:hidden;
	width:1000px;
}
#adresa{
	float:right;
	margin-bottom:0;
	margin-right:110px;
	padding:1px 0px;
	width:200px;
}
#arata_ruta{
	background:rgba(0,0,0,0.5);
	border:1px solid rgba(255,255,255,0.9);
	border-left:0px;
	border-radius:0 0.5em 0.5em 0;
	height:26px;
	left:0;
	margin-top:440px;
	overflow:hidden;
	padding:10px;
	position:absolute;
	width:420px;
	z-index:991;
}
#arata_ruta_content{
	margin:0 0 0 -100px;
	overflow:hidden;
	transition:all .5s;
	width:520px;
}
#arata_ruta_info{
	color:#fff;
	font-family:Arial;
	font-size:12px;
	line-height:25px;
	margin:auto;
	overflow:hidden;
	width:200px;
}
#contactForm{
	display:block;
	overflow:hidden;
	position:relative;
	width:100%;
}
#harta{
	border-top:45px solid #333;
	display:block;
	position:relative;
}
#localitate{
	float:right;
	margin-right:1px;
	padding:1px 0px;
	width:100px;
}
#map{
	-webkit-transform:translateZ(0px);
	background-color:rgb(229, 227, 223);
	height:500px;
	overflow:hidden;
	position:relative;
	width:100%;
}
#showRouteBtn{
	background:#e6412e;
	color:#fff;
	font-size:15px;
	margin-bottom:0;
	margin-top:-1px;
	padding:15px;
	position:absolute;
	right:15px;
	text-decoration:none;
	top:0px;
	transition:all .5s;
}
#titly{
	background:rgb(255, 255, 255);
	border-radius:5px;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 0px 10px;
	opacity:0;
	padding:10px;
	pointer-events:none;
	position:fixed;
	transition:all 0.3s ease 0s;
	z-index:2147483641;
}
#subMenuContainer{
	background:#282828;
	color:#fff;
	left:990.266px;
	margin-top:50px;
	position:absolute;
	text-align:center;
	width:300px;
	z-index:9;
	font-weight:100;
	font-family: Roboto;
}
.subMenuItem{
	border-top:1px solid #fff5;
	padding:5px;
	color:#fff;
}
.subMenuItem:hover{
	background:#555;
}

@media only screen and (max-width: 790px) {
    img {
        max-width: calc(100vw - 70px);
        height: auto;
    }
    img.homepageImage{
        max-width: 100vw;
        max-height: 300px;
    }
    .homepageImages {
        max-height: 300px;
    }
    .project-data-title{
        display: block;
    }
    .latestProjectContainer {
        height:270px;
    }
    .latestProjectImgContainer {
        height: 125px;
        max-width: 100%;
    }
    .aboutHomeDescription {
        margin-left: 0;
        max-width: 100vw;
    }
}
