

/* GENERAL */

html {
	width: 100%;
	font-family: 'Noto Sans', sans-serif;
}

body {
	width:100%;
	background-image: url('../img/bg.png');
}

h1 {
	margin: 0;
}

#transparent {
    background: rgba(50,50,50,0.6);
    height: auto;
}

#page-wrapper {
	width: 90%;
	max-width: 1350px;
	margin: 0 auto;
	display: block;
	padding-bottom: 50px;
}

#content-wrapper {
	display: block;
}

/* HEADER */

#header {
	display: block;
	width: 100%;
	padding: 1px 0;
}

#logo {
	width: 25%;
	max-width: 300px;
	margin-top: 30px;
	margin-left: 53%;

}

/* NAV */

nav {
	display: block;
}

nav a {
	display: inline-block;
	width: 200px;
	height: 50px;
	text-decoration: none;
	position: relative;
}

nav a {
	opacity: 1;
}

nav a span {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 1em;
	color: #fff;
	width: 100%;
	height: 100%;
	line-height: 60px;
}

.despre-noi {
	background: url(../img/a1.png);
	z-index: 60;
}

.despre-noi-select {
	background: url(../img/a2.png);
	z-index: 80;
}

.despre-noi span,
.despre-noi-select span {
	margin-left: 15%;
}

.servicii {
	background: url(../img/a1.png);
	z-index: 50;
}

.servicii-select {
	background: url(../img/a2.png);
	z-index: 80;
}

.servicii span,
.servicii-select span {
	margin-left: 20%;
}

.tarife {
	background: url(../img/a1.png);
	z-index: 40;
}

.tarife-select {
	background: url(../img/a2.png);
	z-index: 80
}

.tarife span,
.tarife-select span {
	margin-left: 24%;
}


.contact {
	background: url(../img/b1.png);
	margin-right: -7px;
	z-index: 20;
}

.contact-select {
	background: url(../img/b2.png);
	margin-right: -7px;
	z-index: 80;
}

.contact span,
.contact-select span {
	margin-left: 38%;
}

.despre-noi,
.despre-noi-select,
.servicii,
.servicii-select,
.tarife,
.tarife-select,
.contact,
.contact-select {
	background-size: cover;
	margin-left: -45px;
	display: inline-block;
}

.despre-noi {
	margin-left: 0px;
}

.despre-noi-select {
	margin-left: 0px;
}


.contact {
	margin-left: 0px;
	float: right;
}

.contact-select {
	margin-left: 0px;
	float: right;
}

/* CONTENT WRAPPER */

#content-wrapper {
	border-top: solid 10px #A3CA37;
	background-image: -ms-linear-gradient(top, #94bb27 0%, rgba(148,187,39,0.5) 70%, rgba(148,187,39,0.1) 100%);
	background-image: -moz-linear-gradient(top, #94bb27 0%, rgba(148,187,39,0.5) 70%, rgba(148,187,39,0.1) 100%);
	background-image: -o-linear-gradient(top, #94bb27 0%, rgba(148,187,39,0.5) 70%, rgba(148,187,39,0.1) 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #000000), color-stop(0.7, #000000), color-stop(1, rgba(148,187,39,0.1)));
	background-image: -webkit-linear-gradient(top, #94bb27 0%, rgba(148,187,39,0.5) 70%, #000000 100%);
	background-image: linear-gradient(to bottom, #94bb27 0%, rgba(148,187,39,0.5) 70%, rgba(148,187,39,0.1) 100%);
	width: 96%;
	box-shadow: 5px 0px 3px 0px #2f2f2f;
	padding: 2%;
}

.alb {
	background: rgba(255,255,255,0.7);
	padding: 5%;
	position: relative;
}

.col4 {
	width: 100%;
	position: relative;
}

.doua-coloane {
	-webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
    -webkit-column-gap: 50px; /* Chrome, Safari, Opera */
    -moz-column-gap: 50px; /* Firefox */
    column-gap: 50px;
    text-align: justify;
    color: #333;
}

.doua-coloane p {
	margin-bottom: 10px;
	display: inline-block;
}

p {
	margin: 0;
}

.btn {
	padding: 8px 12px;
	display: block;
	float: right;
	font-size: 1.5em;
	box-shadow: 2px 2px 4px rgba(50,50,50,0.5);
}

.btn2 {
	padding: 8px 12px;
	display: block;
	font-size: 1.5em;
	box-shadow: 2px 2px 4px rgba(50,50,50,0.5);
	border: none;
	margin: 0 auto;
}


a {
	text-decoration: none;
	color: #000;
}

.bg-alb {
	background: rgba(1,180,238,1);
	color: #fff; 
}

.bg-alb:hover {
	background: rgba(1,180,238,0.8);
	color: #fff; 
}


.absolute {
	position: absolute;
	bottom: 17%;
	right: 5%;
}

.alb h1 {
	margin: -30px 0 10px 0;
	color: #333;
}

.doua-coloane span {
	color: #333;
	font-weight: 600;
}

#lista-servicii {
	list-style: none;
	width: 100%;
	display: inline-block;
}

.li-alb {
	background: rgba(255,255,255,0.7);
	padding: 2%;
	position: relative;
	margin: 2% 0 0 2%;
	width: 28%;
	max-height: 57px;
	float: left;
	line-height: 2em;
}

.li-alb:before {
	content: "";
	background: url("../img/doc2.png") no-repeat;
	background-position: center;
	width: 25px;
    height: 2em;
    display: block;
    float: left;
    margin-right: 15px;
}

.li-alb:nth-child(3n+1) {
	margin: 2% 0 0 0;
}

.li-alb a {
	display: block;
	width: 100%;
}


#content-wrapper2 {
	background: rgba(148,187,39,0.1);
	width: 96%;
	box-shadow: 5px 0px 3px 0px #2f2f2f;
	padding: 0 2% 2% 2%;
}

select {
  font-family: 'Noto Sans', sans-serif;
  font-size: 1.5em;
  color: #638A00;
  border-radius: 3px;
  border: #83AA20 solid 2px;
  padding: 5px 10px;
}

.stanga {
	width: 45%;
	float: left;
}

.dreapta {
	width: 50%;
	float: right;

}

.container {
	width: 100%;
	display: inline-block;
	position: relative;
}

.text-tarife {
	font-size: 1.1em;
	color: #333;
	text-align: justify;
}

#limba {
	margin: 20px 0;
	display: inline-block;
}

#pret {
	margin: 0 10px;
	font-size: 2em;
	color: #83AA20;
	display: inline-block;
}

.text-dreapta {
	margin: 45px 0 0 0;
	font-size: 1.1em;
	color: #333;
	display: block;	
}

.text-dreapta span {
    font-family: 'Noto Sans', sans-serif;
    font-size: 1.5em;
    color: #638A00;

}

#disclaimer {
	font-size: 0.8em;
	color: #333;
	margin-top: 30px;
}

#right {
	width: 50%;
	display: inline-block;
	background: rgba(148,187,39,1);
	color: #fff;
	position: absolute;
	right: 2;
	top: 0;
	bottom: 0;
	min-height: 250px;
}

#left {
	width: 50%;
	float: left;
	display: inline-block;
}

#text-left {
	width: 90%;
	font-size: 1.1em;
	color: #333;
	text-align: justify;
	margin-bottom: 20px;
}

#text-top {
	width: 100%;
	font-size: 1.1em;
	color: #333;
	text-align: justify;
	border-bottom: 1px solid rgba(148,187,39,1);
	margin-bottom: 20px;
}

#nav-servicii {
	width: 100%;
	list-style: none;
	margin: 30px -4px 40px 0;
	padding: 0;
}

#nav-servicii li {
	width: 100%;
	padding: 8px 0;
	color: #638A00;
	font-size: 1.4em;
	font-family: 'Noto Sans', sans-serif;
	cursor:pointer;
}

#nav-servicii li:hover {
	border: 2px solid rgba(148,187,39,0.8);
	margin: -2px;
}


.li-selectat {
	width: 100%;
	background: rgba(148,187,39,1);
	padding: 8px 0;
	color: #fff !important;
	font-family: 'Noto Sans', sans-serif;
}


#nav-servicii li span {
	margin: 0 20px 0 60px;
}

#box1 {
	display: block;
}

#box2 {
	display: none;
}

#box3 {
	display: none;
}

#right h2 {
	margin: 5%;
}

#right p {
	margin: 5%;
}

#footer {
	width: 100%;
	height: 100px;
	margin-top: 25px;
}

#nav-footer {
	list-style: none;
	width: 80%;
	max-width: 1350px;
	margin: 50px auto;
	display: block;
	text-align: center;
}

#nav-footer li {
	float: left;
	width: 15%;
	margin: 0 5%;
	font-size: 1.1em;
}

#nav-footer li a {
	color: rgba(0,0,0,0.5) !important;
	width: 100%;
	display: block;

}

#nav-footer li a:hover {
	color: rgba(255,255,255,0.3) !important;

}

form {
	text-align: center;
	margin-top: 40px;
}

form p {
	margin-top: 25px;
	font-size: 1.4em;
	color: #fff;
}

input[type="submit"] {
    margin-top: 40px;
}

input[type="file"] {
    color: #fff;
    background: none;
}

input,
textarea {
	width: 100%;
	background: rgba(255,255,255,0.8);
	border: 0;
	padding: 5px;
}

#contact-left {
	width: 30%;
	padding: 0 10%;
	float: left;
	color: #fff;
}

.justify {
	text-align: justify;
}

#contact-right {
	width: 30%;
	padding: 150px 10%;
	float: right;
	color: #fff;
}

#contact-right h1 {
	margin: 30px 0;
}

#contact-right p {
	margin: 10px 0;
}

#discount {
	width: 100%;
	padding: 10px 0;
	background: url(../img/cash.png) no-repeat #94BB27;
	background-size: 8%;
	background-position: 10px;
}

#discount p {
	font-size: 1.5em;
	margin-left: 70px;
	margin-right: 20px;
	color: #fff;
}

#multumim {
	width: 50%;
	margin: 80px auto 0 auto;
	color: #fff;
	text-align: center;
}

#multumim span:nth-child(1) {
	font-size: 2.5em;
	display: block;
	margin-bottom: 10px;
}


#multumim span:nth-child(2) {
	font-size: 1.6em;
	display: block;
}

.center {
	width: 50% !important;
	margin: 0 auto !important;
	text-align: center;
	float:none !important;

}

@media (max-width: 1150px) {

	.li-alb {
		width: 45%;
	}

	.li-alb:nth-child(3n+1) {
		margin: 2% 0 0 2%;
	}

	.li-alb:nth-child(2n+1) {
		margin: 2% 0 0 0;
	}

	.li-alb:last-child {
		margin: 2% 25.5% 0 25.5%;
	}

	#nav-servicii li span {
		margin: 0 20px 0 20px;
	}

	.contact-select {
		position: absolute;
		right: 0;
	}

}

@media (max-width: 900px) {

	.stanga {
		width: 100%;
	}

	.dreapta {
		width: 100%;
		border-top: 2px solid #94BB27;
		margin-top: 60px;
	}

	#contact-left {
		width: 80%;
		margin-top: 60px;
	}

	#contact-right {
		width: 80%;
		text-align: center;
	}

	nav {
		display: block;
		position: relative;
	}

    .contact {
		position: absolute;
		right: 0;
	}	

	#logo {
		width: 45%;
		margin: 30px auto;
		display: block;
	}

	#nav-servicii li {
		font-size: 1.2em;
	}
}

@media (max-width: 750px) {

	html {
		min-width: 733px;
	}

	.li-alb {
		width: 60%;
		margin: 4% 20% 0 20% !important;
		padding: 2% 4%;
	}

	.doua-coloane {
	-webkit-column-count: 1; /* Chrome, Safari, Opera */
    -moz-column-count: 1; /* Firefox */
    column-count: 1;
    -webkit-column-gap: 0px; /* Chrome, Safari, Opera */
    -moz-column-gap: 0px; /* Firefox */
    column-gap: 0px;
	}

    nav {
		display: block;
		position: relative;
	}

    .contact {
		position: absolute;
		right: 0;
	}	

	.absolute {
	bottom: 7%;
	}

	.doua-coloane {
		margin-bottom: 50px;
	}
}
}