@font-face {
  font-family: 'Helvetica';
  src: url('../fonts/helvetica-light.ttf')  format('truetype');
  font-weight: 300;       
}

@font-face {
  font-family: 'Helvetica';
  src: url('../fonts/Helvetica.ttf')  format('truetype');
  font-weight: 400;       
}

@font-face {
  font-family: 'Helvetica';
  src: url('../fonts/Helvetica-Bold.ttf')  format('truetype');
  font-weight: 700;       
}


* {
  box-sizing: border-box;
}


@font-face {
    font-family: 'LeagueGothic';
    src: url("../fonts/league-gothic/LeagueGothic-Regular.otf") format("opentype");
}


html {
	width: 100%;
	font-family:/*'LeagueGothic', */'Helvetica', serif;
	overflow-x: hidden;
}

body {
	width: 100%;
	background-color: #1B2326;
	font-family:/*'LeagueGothic',*/ 'Helvetica', serif;
}

a {
	color: inherit;
	text-decoration: inherit;
	font-size: inherit;
	font-weight: inherit;
}

a:focus {
	outline: none;
}

/* ---- Navigation ---- */

header {
	position: relative;
}

.topNav {
	height: 245px;
	margin: auto;
	padding-top: 100px;
	/* width: 1144px; */
	position: relative;
}

.logo {
	position: absolute;
	left: -15px;
	transform: translateY(-10%);
}



.sandvis {
	padding: 0;
	border-style: none;
}

.nav {
    float: right;
    font-family: LeagueGothic;
    padding-bottom: 82px;
}

.nav li {
  display: inline-block;
}

.nav li:last-of-type a {
	padding-right: 0;
}

.nav a {
  padding: 0px 15px;
}

header li a {
    color: #5EC7EB;
    text-decoration: none;
    font-size: 52px;
    font-weight: 300;
}

.nav:hover li a {
	background-color: #1B2326;
}


/* ---- Layout Containers ---- */

.primul {
	width: 1144px;
	/* height: 712px; */
	padding: 0%;
	position: relative;
}

.primul .container {
	position: relative;
}

.top {
	max-width: 100%;
	width: calc(100% - 69px);
}

.download {
	position: relative;
    bottom: 125px;
    left: 55px;
}

.blue {
	background-color: #5EC7EB;
	width: 394px;
	position: absolute;
	right: 0;
	top: 13%;
	padding-bottom: 2%;
	z-index: 1;
}

.sus {
	font-weight: 700;
	color: white;
	margin-top: 41px;
}

.blue p {
	width: 312px;
	font-family:'Helvetica', serif;
	font-size: 18px;
	margin-left: 41px;
	margin-bottom: 20px;
}

#myBtn {
	font-size: 20px;
	font-weight: 700;
    color: white;
    background-color: #5EC7EB;
    border-color: transparent;
    margin-left: 8%;
}

#myBtn:focus,
#myBtn:active {
	outline: none;
}


#more {
	display: none;
}

.vizibil #more {
	display: block;	
}

.doi {
	padding-bottom: 107px;
}

.elefant {
	width: 371px;
	height: 709px;
	margin-left: -30px;
}

.doi h1 {
	font-size: 104px;
	font-weight: 400;
	font-family: LeagueGothic;
	color: #5EC7EB;
	padding-top: 65px;
}

.doi p {
	font-size: 20px;
	font-weight: 400;
	color: white;
}

.doiText {
	width: 775px;
	float: right;
}

.trei {
	background-image: url(../img/graffiti.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 55vw;
	position: relative;
}

.trei p {
	font-size: 40px;
	font-weight: 400;
	font-family: LeagueGothic;
	color: #1B2326;
	/* width: 659px; */
	max-width: 660px;
	/* height: 351px; */
	background-color: rgba(255, 255, 255, 0.9);
	padding: 27px;
	position: absolute;
	left: 30px;
	bottom: 60px;
}

.patru {
	margin-bottom: 140px;
}

.patru h1 {
	font-size: 163px;
	font-weight: 400;
	font-family: LeagueGothic;
	color: #5EC7EB;
	padding-top: 65px;
	text-align: center;
	margin-bottom: 30px;
}

.team {
	/* display: flex; */
	/* justify-content: center; */
}

.echipa {
	background-color: #5EC7EB;
	/* width: 294px; */
	/* height: 448px; */
	/* margin-left: 20px; */
	/* margin-right: 20px; */
	margin-bottom: 30px;
	padding: 30px 28px 30px 28px;
	max-width: 350px;
}

.echipa p {
	font-family:'Helvetica', serif;
	font-size: 24px;
	font-weight: 800;
	color: #1B2326;
	text-align: center;
}

.echipa .poza {
	/* padding: 30px 15px; */
	padding: 50% 0;
	background-size: cover;
	width: 100%;
	margin-bottom: 15px;
}

.echipa #functie {
	font-family:'Helvetica', serif;
	font-size: 15px;
	font-weight: 400;
	color: #1B2326;
	text-align: center;
	margin-bottom: 5px;
}

.em {
	font-family:'Helvetica', serif;
	font-size: 15px;
	font-weight: 400;
	text-align: center;
	display: block;
}

.em:hover {
	color: #333;
}

.pozContact {
	text-align: center;
	height: 45px;
}

.pozContact img {
    padding-top: 21px;
    padding-left: 0;
}

.pozContact a:last-of-type img  {
	/* padding-left: 30px; */
}

.cinci {
	background-color: #FFFFFF;
	width: 100%;
}

.contact {
	padding: 15.4% 0;
	background-size: contain;
	/* width: 98%; */
	/* height: 185px; */
	margin-top: 69px;
	background-repeat: no-repeat;
	max-width: 560px;
}


.dateContact {
	/* max-width: 1170px; */
	/* margin: auto; */
	padding: 150px 0;
}

.error {
	display: none;
	font-size: 18px;
	color: #992222;
	margin-top: 10px;
	margin-bottom: -10px 
}

.error.ok {
	color: #fff;
	font-weight: 700;
	
}

.cContact {
	/* width: 588px; */
	/* padding-right: 3px; */
	/* padding-left: 15%; */
	/* padding: 0px 16px 0px 15px; */
	/* margin: 0px 12px; */
}

.textContact {
	 width: 523px;
	 /* padding-left: 58px; */
	 font-size: 18px;
	 line-height: 23.1px;
	 /* padding-right: 36px; */
}


.textContact a:hover {
	color: #333;
	text-decoration: underline;
}
.telefon {
	padding: 2% 0;
}


.sase {
	background-color: #5EC7EB;
	width: 100%;
}

.downloadMare {
	width: 703.71px;
	height: 112.25px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 6%;
	margin-bottom: 3%;
	max-width: 100%;
}

.colMedia {
	right: -15px;
}

.media {
	width: 547px;
	/* height: 768px; */
}

.sase label {
	font-family:'Helvetica', serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.8;
}

.infoUtile {
	padding-bottom: 3%;
}


.infoUtile input {
	width: 517px;
	height: 77px;
	display: block;
	font-size: 19px;
	padding-left: 10px;
}

.infoForm {
	/* padding-left: 29%; */
}

.selectAn {
	font-family:'Helvetica', serif;
	font-size: 20px;
	font-weight: 800;
}

.an input {
	width: 39px;
	height: 37px;
	color: #5EC7EB;
	margin-top: 8px;
}

.an {
	padding-top: 3%;
	/* padding-left: 29%; */
}

.an span {
	padding: 10px 29px 0 8px;
}

.an label {
	display: inline-flex;
}

.termeni {
	/* padding-left: 29%; */
	padding-top: 5%;
}

.acord {
	width: 1144px;
	position: relative;
}

.acord label {
	font-family:'Helvetica', serif;
	font-size: 15px;
	font-weight: 400;
}

.acord input {
    width: 39px;
    height: 37px;
    margin-top: 24px;
}

#agree {
    padding: 21px 0px 3px 7px;
    position: absolute;
    line-height: 1.4;
}

#accept {
	padding: 30px 0px 3px 7px;
	position: absolute;
}

#dl {
	display: inline-block;
	margin-top: 20px;
	margin-bottom: 90px;
	cursor: pointer;
}

span#dl {}
.downloadNegru {
	/* padding-left: 29%; */
	padding-top: 3%;
	padding-bottom: 9%;
}

footer {
	background-color: white;
	height: 140px;
}

.Blue_LinkedIn {
	float: right;
	margin: -45px 70px;
}

.footer {
	/* padding: 6% 0% 0% 4%; */
	font-family:'Helvetica', serif;
	font-size: 17px;
	font-weight: 400;
	position: relative;
	padding-top: 62px;
	text-align: center;
}



#scrollToTopBtn {
 	cursor: pointer;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -35%;
}

.politica:hover {
	color:#000;
	text-decoration: none;
	transform: scale(1.1);
	font-size: 18px;
}

.politica:focus {
	color:#000;
	text-decoration:none;
}

.politica:active {
	color:#000;
	text-decoration:none;
}

.politica {
	font-weight: 600;
}




@media only screen and (max-width : 1200px) {

.primul {
	width: 100%;
}

.doiText {
	width: 599px;
}
 
.echipa p {
	/* min-height: 2.3em; */
	line-height: 1em;
}

.echipa #functie {
	min-height: 0;
} 

.cContact {
	margin-bottom: 45px;
}

.textContact {
	width: 100%; 
	padding-left: 23%;
	padding-right: 23%; 
}

.infoUtile input {
	width: 455px;
}

.colMedia {
	right: 15px;
}

.acord {
	width: 100%;
}

#agree {
	line-height: 1.3;
}

}
@media only screen and (max-width: 1100px) {
	.trei p {
		font-size: 30px;
		max-width: 571px;
	}
}


@media only screen and (max-width : 992px) {

.echipa {
	margin: 30px auto
}
.topNav {
    height: auto;
    min-height: 102px;
    padding-top: 30px;
    padding-left: 15px;
    padding-right: 15px;
}

.nav {
    list-style-type: none;
    display: none;
    width: 100%;
    padding: 0;
    float: none;
    margin-top: 100px;
    margin-bottom: 50px;
    text-align: center;
}

.sandvis {
  border: none;
  text-decoration: none;
  display: inline-block;
  margin: 4px 2px;
  background-color: #1B2326;
  float: right;
}

.sandvis:hover .linie {
	transform: scale(1.1);
}

.sandvis:focus,
.sandvis:active {
	outline: none;
}



.linie {
	width: 35px;
	height: 5px;
	background-color: #5EC7EB;
	margin: 6px 0;
	transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}

.nav li {
     display: block; 
}

.nav>li>a {
	font-size: 30px;
	padding-left: 0;
	padding-right: 0;
}

.logo {
    left: 0;
    width: 200px;
    top: 16px;
    transform: translateY(-10%);
}

.top {
	width: 100%;
}

.blue {
	 top: 2%; 
	/* position: relative; */
}

.blue p {
	font-size: 16px;
	/*padding-right: 13px;*/
}

#myBtn {
	font-size: 18px;
	margin: 10px auto;
	display: table;
}



.download {
    max-width: 37%;
    bottom: 90px;
    left: 20px;
}

.elefant {
	display: none;
}

.doi {
	padding-bottom: 50px;
}

.doi h1 {
	padding-top: 10px;
	text-align: center;
	font-size: 60px;
}

.doi p {
	font-size: 14px;
}

.doiText {
	width: 100%;
}

.trei {
	/*background-size: contain;*/
	/* height: 545px; */
}

.trei p {
    position: unset;
    max-width: 451px;
    margin-top: 60px;
    /* height: 545px; */
}

.media {
	display: none;
}

.infoUtile input {
	width: 100%;
}

.footer {
	padding-left: 0;
}


}
	


@media only screen and (max-width: 768px) {

.download {
    	top: 0;
    	left: 0;
    	margin: 20px auto;
    	display: table;
    	max-width: 200px;
}

.blue {
	position: relative;
	top: -15px;
	width: 100%;
	overflow: auto;
}

.blue p {
	width: auto;
	padding-right: 15px;
	padding-left: 15px;
	margin-left: 0;
}

body {
	overflow: hidden
}

.trei p {
	font-size: 24px;
	max-width: 280px;
	margin-top: 0;
	padding: 14px;
	margin-left: auto;
	margin-right: auto;
}

.patru h1 {
	font-size: 60px;
	padding-top: 100px;
}

.contact {/*	padding: 15.9% 0;*/background-size: contain;background-repeat: no-repeat;max-width: 250px;margin-right: 0;background-position: center;}

.textContact {
	padding-left: 2%;
	padding-right: 2%;
	font-size: 16px;
}


.acord label {
	font-size: 11px;
}

.footer p {
	font-size: 16px;
	padding-right: 33%;
}

.dateContact {
	padding-top: 50px;
	padding-bottom: 50px;
}

.an input,
.acord input {
	width: 25px;
	height: 25px;
}

.an span {
	padding: 3px 23px 0 17px;
	font-size: 20px;
}

.acord {
	margin-bottom: 30px
}

.downloadNegru {
	margin: 0 auto 48px auto;
	display:  table;
}

.Blue_LinkedIn {
	right: 5px;
	top: 68px;
	margin: 0;
	float: none;
	position:  absolute;
}


}



