<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*GENERAL*/
@font-face {
    font-family: Just;
    src: url("../font/Just-tell-me-what.otf") format("opentype");

}


body{
	font-family: 'Muli', sans-serif;
}

.font-just{
	font-family: 'Just', sans-serif;
}

div.container-fluid{
	max-width: 1366px;
	margin: 0 auto;
}

div.lp_backgroud{
	background-color: #091a55;
}
div.lp_backgroud_row{
	background-color: #282882;
}
div.red_backgroud_row{
	background-color: #c01d2f;
}


.classic-header.bg-behind-menu .navigation:before{
	width: 5000px;
}
#phantom{
	display: none;
}


/*MENU*/
div.menu a.inscrie_te{
	font-size: 16px;
	text-align: center;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: white;
    color: #091a55;
    padding: 10px 15px 5px 15px;
}
div.menu a.inscrie_te:hover{
	text-decoration: none;
}
div.menu a.menu_phone{
	color: white;
    font-size: 16px;
    border: 1px solid white;
    padding: 4px 10px;
}
div.menu a.menu_phone i{
	color: #c01d2f;
	margin-right: 10px;
}
div.menu a.menu_phone:hover{
	text-decoration: none;
}
div.menu div.menu_buttons a{
	font-size: 14px;
	color: white;
    display: inline-block;
    padding: 10px 25px;
}
div.menu div.menu_buttons a:hover{
	text-decoration: none;
	background-color: #c01d2f;
}
div.menu div.menu_button{
	position: relative;
}
div.menu div.menu_button div.social{
	display: inline-block;
}
div.menu div.menu_button div.social a{
	border: 1px solid #fff;
	padding: 4px 7px;
}
div.menu div.menu_button div.social a.menu-social i{
	color: white;
}
div.menu div.menu_button div.burger{
    padding: 10px 15px;
    background-color: #c01d2f;
    display: inline-block;
    border-radius: 5px;
    position: absolute;
    top: 30px;
    right: 0;
}
div.menu div.menu_button div.burger i{
    color: white;
}


/*MENIU STICKY*/
span.button_menu_sticky{
	background: url(../img/menu_sicky_next.png) no-repeat center top 27px #c01d2f;
	width: 60px;
	height: 80px;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	position: fixed;
    top: 240px;
    right: 180px;
    z-index: 10;
    display: none;
    box-shadow: 0px 0px 10px -4px #fff
}
span.button_menu_sticky.close{
	background: url(../img/menu_sicky_prev.png) no-repeat center top 27px #c01d2f;
	opacity: 0.5!important;
	right: 0px;
}
span.button_menu_sticky p{
	color: #fff;
    text-shadow: none;
    font-size: 16px;
    text-align: center;
    margin: 47px 0 0 0;
    font-weight: normal!important;
}


div.menu_sticky{
	width: 180px;
    background-color: #091a55;
    padding: 10px;
    color: #fff;
    box-shadow: 0px 0px 10px 0px #fff;
    z-index: 1000;
	position: fixed;
	top: 140px;
	right: 0px;
	height: 270px;
	overflow-y: scroll;
	overflow-x: hidden;
}
div.menu_sticky::-webkit-scrollbar{
	width: 8px; 
	background-color: #fff;
}
div.menu_sticky::-webkit-scrollbar-thumb{
	background-color: #c01d2f; 
	border-radius: 4px;
}




div.menu_sticky h6{
	color: #fff;
	text-decoration: underline;
	font-size: 14px;
}
div.menu_sticky a{
	color: #fff;
	margin-left: 15px;
	display: block;
	font-size: 12px;
	line-height: 12px;
	margin-bottom: 10px;
}
div.menu_sticky a.principal{
	margin-left: 0;
	display: block;
	font-size: 14px;
	line-height: 16px;
	text-decoration: underline;
}




div.header{
	/*background-image: url('../img/1640x856_facebook v4.png');*/
	background-repeat: no-repeat;
	background-position: 85% bottom; 
	max-width: 100%;
	height: auto;
}
div.header_content{
	margin-top: 100px;
}
div.header_content h1{
	color: white;
	font-size: 46px;
	text-align: center;
	display: block;
	max-width: 620px;
	margin: 0 auto;
	margin-bottom: 30px;
}
div.header_content p{
	color: white;
	font-size: 14px;
	text-align: center;
	display: block;
	max-width: 350px;
	margin: 0 auto;
	margin-bottom: 30px;
}
div.header_content a{
	display: block;
	margin: 0 auto 70px auto;
	width: 180px;
	font-size: 20px;
	text-align: center;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #c01d2f;
    color: white;
    padding: 10px 10px 5px 10px;
}
div.header_content a:hover{
	text-decoration: none;
}
a.anchor{
	background-image: url('../img/anchor-arrow.png');
	background-repeat: no-repeat;
	background-position: bottom center;
	padding-bottom: 25px;
	color: white;
	font-size: 18px;
	text-align: center;
	display: inline-block;
	margin: 0 30px 30px 30px;
}
a.anchor:hover{
	text-decoration: none;
}



/*BUTTONS ROWS*/
a.button_1{
	background-color: #282882;
	font-size: 24px;
	color: white;
	-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    display: inline-block;
    padding: 10px;
}

a.button_1:hover{
	background-color: #c01d2f;
	text-decoration: none;
}
a.button_7{
	background-color: #c01d2f;
	font-size: 24px;
	color: white;
	-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    display: inline-block;
    padding: 10px;
}

a.button_7:hover{
	background-color: #14276d;
	text-decoration: none;
}



/*TITLE LINE*/
div.title-line{
	padding: 75px 0 50px 0;
	height: 5px;
}
div.title-line div.line{
	height: 5px;
	background-color: #c01d2f;
	position: relative;
}
div.title-line div.line h2{
	font-size: 16px;
	color: white;
    margin-bottom: 0;
    display: inline-block;
    background-color: #091a55;
    padding: 5px 45px;
    margin-bottom: 0;
    position: absolute;
    top: -12px;
    right: 10%;
}



/*SECTION LINE*/
div.section-line{
	padding: 45px 0;
	height: 5px;
}
div.section-line div.line{
	height: 2px;
	background-color: #c01d2f;
	max-width: 300px;
	margin: 0 auto;
}

/*FACULTATE*/
div.facultate h3{
	font-size: 16px;
	color: white;
	text-align: center;
	margin-bottom: 30px;
}
div.facultate h3 span{
	font-size: 46px;
	display: block;
	text-transform: uppercase;
}
div.facultate div.descriere{
	max-width: 550px;
	margin: 0 auto 30px auto;
	color: white;
	font-size: 16px;
	text-align: center;
}
div.facultate div.activitati{
	color: white;
	font-size: 18px;
	text-align: center;
	max-width: 650px;
	margin: 0 auto;
}
div.facultate div.activitate{
	margin-top: 48px;
}
div.facultate div.activitate h4{
	background-color: white;
	color: #07164d;
	font-size: 23px;
	text-align: center;
	width: 100%;
    padding: 30px 5px 25px 5px;
	-webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    display: block;
    position: relative;
    margin-bottom: 25px;
    min-height: 112px;
    text-transform: uppercase;
}
div.facultate div.activitate h4.reverse{
	color: #c01d2f;
}
div.facultate div.activitate h4:hover{
	background-color: #c01d2f;
	color: white;
}
div.facultate div.activitate h4 img{
	position: absolute;
    top: -24px;
    right: 24px;
    max-width: 48px;
}
div.facultate div.activitate div.skill-facultate{
	border-left: 2px solid #c01d2f;
	padding-left: 10px;
}
div.facultate div.activitate div.skill-facultate p{
	font-size: 16px;
	color: white;
}



/*INSCRIE-TE*/
div.content-inscrie-te{
	color: white;
	font-size: 24px;
	text-align: center;
	max-width: 700px;
	margin: 0 auto;
}

div.content-inscrie-te a.inscrie_te{
	font-size: 16px;
	text-align: center;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: white;
    color: #091a55;
    padding: 10px 15px 5px 15px;
    display: block;
    width: 130px;
    margin: 15px auto 0 auto;
}
div.content-inscrie-te a.inscrie_te:hover{
	text-decoration: none;
}

/*DESCRIERE URA*/
div.facilitate:not(:last-child){
	margin-bottom: 30px;
}
div.facilitate div.descriere_facilitate{
	width: 290px;
	margin: 0 auto;
	position: relative;
    top: 50%;
    transform: translateY(-50%);
}
div.facilitate div.descriere_facilitate h3{
	font-size: 34px;
	color: white;
	text-align: center;
	font-weight: bold;
	margin-bottom: 15px;
	text-transform: uppercase;
}
h5.img-descriere{
	background-color: #fff;
    padding: 5px;
    font-size: 14px;
    text-align: center;
    color: #091a55;
    font-weight: bold;
}
div.facilitate div.descriere_facilitate p{
	font-size: 16px;
	color: white;
	text-align: center;
	margin-bottom: 0;
}

/*CONTACT*/
div.contact{
	/*padding-bottom: 30px;*/
}
div.contact h4{
	color: white;
	margin-top: 30px;
	font-size: 34px;
}
div.contact h5{
	color: white;
	margin-top: 30px;
	font-size: 14px;
	font-weight: bold;
}
div.contact p{
	color: white;
	margin-bottom: 0;
	font-size: 14px;
}
div.contact a{
	color: white;
}
div.map{
	width: 100%;
	height: 100%;
}
div.map iframe{
	width: 100%;
	height: 100%;
}

div.faq{
	margin: 30px 0;
}
div.faq a:hover{
	text-decoration: none;
}
div.faq h4,
div.faq h5,
div.faq h6{
	margin-bottom: 15px;
}
div.faq h4{
	text-align: center;
}
div.faq h4 a{
	font-size: 44px;
	color: #F0BA37;
}
div.faq h4 a p{
	margin: 0 auto;
	font-size: 44px;
	color: #F0BA37;
	font-weight: bold;
	/*border-right: solid 3px rgba(240,186,55,.75);*/
	white-space: nowrap;
	overflow: hidden; 
	animation: animated-text 3s steps(15,end) 3s infinite normal both, animated-cursor 600ms steps(15,end) infinite;
}
@keyframes animated-text{
	from{width: 0;}
	to{width: 300px;}
}
@keyframes animated-cursor{
	from{border-right-color: rgba(240,186,55,.75);}
	to{border-right-color: transparent;}
}
div.faq h5{
	text-align: center;
}
div.faq h5 a{
	/*color: #333333;*/
	color: #fff;
	font-size: 20px;
}
div.faq h6{
	text-align: center;
}
div.faq h6 a{
	display: inline-block;
	margin: 0 auto;
}
div.faq h6 a i{
	/*color: #333333;*/
	color: #F0BA37;
	font-size: 120px;
}



/*SCROLL UP*/
#scrollUpButton {
	display: none;
	position: fixed;
	bottom: 20px;
	right: 30px;
	z-index: 99;
	border: none;
	outline: none;
	background-color: #c01d2f;;
	cursor: pointer;
	width: 66px;
	height: 66px;
	-webkit-border-radius: 33px;
    -moz-border-radius: 33px;
    border-radius: 33px;
    padding: 0px;
}
#scrollUpButton img{
	position: absolute;
	top: 24px;
	left: 18px;
}



/*FOOTER*/
div.copy{
	color: #0d1f5e;
	font-size: 10px;
}
a.footer-social{
	box-shadow: 0px 0px 2px -1px #0d1f5e;
	padding: 4px 7px;
}
a.footer-social i{
	color: #0d1f5e;
}
div.search_input{
	width: 170px;
	position: relative;
	display: inline-block;
}
input.search_button{
	/*width: 70px;*/
	display: inline-block;
	font-size: 20px;
	color: #0d1f5e;
	border: 1px solid #0d1f5e;
    background-color: white;
    padding: 3px 15px;
}
div.search_input i{
	color: #0d1f5e;
	position: absolute;
	top: 10px;
	left: 10px;
}
input.search_input{
	border: none;
	box-shadow: 0px 0px 2px -1px #0d1f5e;
	font-size: 24px;
	color: #0d1f5e;
	font-weight: bold;
	width: 170px;
	padding-left: 30px;
}
input.search_input:focus{
	border: 1px solid #0d1f5e;
}
input.search_input::placeholder{
	font-size: 24px;
	color: #0d1f5e
}





@media (max-width: 1500px){
	div.menu_sticky{
	    display: none;
	}
	span.button_menu_sticky{
		display: block;
	}
}
@media (max-width: 1023px){
	div.header{
		background-position: right bottom; 
	}
}
@media (max-width: 991px){
	div.menu div.menu_buttons a{
		display: block;
	    text-align: center;
	    padding: 10px 15px;
	}
}
@media (max-width: 767px){
	div.header_content h1{
		font-size: 22px;
	}	

	div.header_content p{
		font-size: 12px;
	}

	div.header_content{
		margin-top: 30px;
	}
	a.anchor{
		margin: 0 0 30px 0;
	}
	div.header{
		background-position: center 65%;
		background-size: 300px auto;
	}
	div.header_content a{
		margin-bottom: 370px;
	}
	div.title-line div.line h2{
		padding: 5px 20px;
		font-size: 15px;
	}
}



/*HEADER*/




/*header area*/

}



/*slider area*/
.slider-row{
	margin: 0;
	padding: 0;
}
.slider-wrapper{
	margin: 0;
	padding: 0 !important;
	background: #000 !important;
}
.carousel-caption h1{
	font-size: 157px;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 0;
}
.carousel-caption p{
	font-size: 40px;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	margin-top: 0;
}
.carousel-caption button{
	width: 240px;
	height: 60px;
	background: #3a9ecb;
	color: #fff;
	font-size: 30px;
	text-transform: uppercase;
	border:0;
	transition:all .5s ease 0s;
	-webkit-transition:all .5s ease 0s;
	-moz-transition:all .5s ease 0s;
	-o-transition:all .5s ease 0s;
	-ms-transition:all .5s ease 0s;
}
.carousel-caption button:hover{
	background: #2a2a2a;
}
.carousel-control{
	width: 5%;
}
/*.carousel-inner{*/
/*.	background: -webkit-linear-gradient(left, #000 , blue); /* For Safari 5.1 to 6.0 */
/*	background: -o-linear-gradient(left, #000, blue); /* For Opera 11.1 to 12.0 */
/*	background: -moz-linear-gradient(left, #000, blue); /* For Firefox 3.6 to 15 */
/*	background: linear-gradient(to left, #000 , blue); /* Standard syntax */
}
.item{
	position: relative;
}
.carousel-caption {
	position: absolute;
	text-align: left;
	left: 12%;
    line-height: 1;
    top: 50%;
    margin-top: -100px;
}
.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
  font-size: 18px;
  padding: 5px;
  background: #fff;
  border-radius: 50%;
  color: transparent;
  margin-left: 0;
  margin-top: 50px;
}
.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
  font-size: 18px;
  padding: 5px;
  background: #fff;
  border-radius: 50%;
  color: transparent;
  margin-right: 0;
  margin-top: 50px;
}



.carousel-inner{
	position: relative;
}



/*======================css for carousel=========================*/
.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
  opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-control {
  	z-index: 2;
    opacity: 1;
    background-image: linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0, 0, 0, 0) 100%);
}
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner &gt; .item.next,
    .carousel-fade .carousel-inner &gt; .item.active.right {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner &gt; .item.prev,
    .carousel-fade .carousel-inner &gt; .item.active.left {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner &gt; .item.next.left,
    .carousel-fade .carousel-inner &gt; .item.prev.right,
    .carousel-fade .carousel-inner &gt; .item.active {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
}

/* just for demo purpose */
    html,
    body,
    .carousel,
    .carousel-inner,
    .carousel-inner .item {
      height: 100%;
    }


/******************************
responsive area
********************************/

/* md */
@media (min-width: 992px) and (max-width: 1199px) {
	.navbar-default .navbar-nav&gt;li&gt;a {
	  font-size: 20px;
	  padding: 14px 12px;
	}
	.carousel-caption h1 {
  		font-size: 120px;
  	}
  	.carousel-caption p {
  		font-size: 32px;
  	}
  	.carousel-caption button {
	  width: 215px;
	  height: 55px;
	  font-size: 26px;
	}
	h2 {
  		font-size: 75px !important;
  	}
  	h4 {
  		font-size: 22px !important;
  	}
  	.person-detail h3 {
  		font-size: 26px;
  	}
  	.person-detail p {
  		font-size: 12px;
  	}

}

/* sm */
@media (min-width: 768px) and (max-width: 991px) {
	.navbar-default .navbar-nav&gt;li&gt;a {
	  font-size: 16px;
	  padding: 10px 8px;
	}
	.carousel-caption h1 {
  		font-size: 90px;
  	}
  	.carousel-caption p {
  		font-size: 30px;
  	}
  	.carousel-caption button {
		 width: 180px;
		 height: 50px;
		 background: #3a9ecb;
		 color: #fff;
		 font-size: 22px;
	}
	h2 {
  		font-size: 70px !important;
  	}
  	h4 {
  		font-size: 18px !important;
  	}
  	#map{
		height: 1050px;
	}
	.contact{
		margin-top:-1050px;
		height: 1050px;
	}
	.contact-caption {
	 margin-top: 110px;
	}
}

/* xs */
@media (min-width: 480px) and (max-width: 767px) {
	.header-logo img{
	  margin-top: 20px;
	}
	.navbar-default .navbar-nav&gt;li&gt;a {
	  font-size: 20px;
	}
	.carousel-caption {
	    margin-top: -110px;
	}
	.carousel-caption h1 {
  		font-size: 75px;
  	}
  	.carousel-caption p {
  		font-size: 25px;
  	}
  	.carousel-caption button {
	  width: 160px;
	  height: 40px;
	  font-size: 20px;
	}
	#map{
		height: 1120px;
	}
	.contact{
		height: 1120px;
		margin-top: -1120px;
	}
	h2 {
	  font-size: 70px !important;
	}
	h4{
  		font-size: 21px !important;
  	}
	.contact-info ul {
	  margin-left: 4px;
	}
	.contact-info i.fa {
	  width: 25px;
	}
	.contact-caption {
	  margin-top: 140px;
	}
}

/* XS Portrait */
@media (max-width: 479px) {
	.top-header img.logo {
	  margin: 20px 10px;
	}
	.header-logo{
		margin-top: 20px !important;
	}
	.navbar-default .navbar-toggle {
		 border-color: #fff;
		 margin-top: -7px;
		 right: 10%;
	}
	.navbar-default .navbar-nav&gt;li&gt;a {
	  font-size: 16px;
	  text-align: left;
	}
	.header-backup{
		  height: 80px;
	}
	.carousel-caption {
	    margin-top: -60px;
	}
	.carousel-caption h1 {
  		  font-size: 20px;
  	}
  	.carousel-caption p {
  		font-size: 12px;
  	}
	.carousel-caption button {
	  width: 90px;
	  height: 23px;
	  font-size: 16px;
	}
	.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
	  margin-top: 30px;
	}
	.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
	  margin-top: 30px;
	}




/* se termina ce am adaugat eu */</pre></body></html>