<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
 * Author: Paun Narcis Iulian
 * Author URI: http://1web.ro
 */

body {
    background: #f8f8f8 url(../img/pattern.jpg);
    border-top: 2px solid #3f51b5;
    font-family: 'Ubuntu', sans-serif;
    color: #555;
    font-weight: 400;
    text-align: left;
}

main { unicode-bidi: isolate; display: block; }
strong { font-weight: 700; }

.bold { font-weight: bold !important; }
.uppercase {	text-transform: uppercase; }
.txt-align-c{text-align: center;}

.no-wrap {
    white-space: nowrap;
}

a, a:hover, a:focus {
	color: #3f51b5;
	text-decoration: none;
    -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}

img { max-width: 100%; }

::-moz-selection { background: #3f51b5; color: #fff; text-shadow: none; }
::selection { background: #3f51b5; color: #fff; text-shadow: none; }

.inline_element { display: inline-block; }

.clearfix:after, .clearfix:before, .container:after, .container:before {
  clear: both;
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
  content: "";
}

/***** Header *****/

.logo h1 {
    margin-top: 0;
    font-family: 'Lobster', cursive;
    font-size: 38px;
    line-height: 42px;
    font-weight: 400;
    color: #555;
}

.logo h1 span { color: #3f51b5; }

.logo a { color: #555; }
.logo a:hover { color: #3f51b5; }

.call-us {
    font-size: 18px;
    line-height: 22px;
    text-align: right;
}

.call-us p {
    margin-top: 18px;
}

.call-us p span { color: #888; }

/***** Coming Soon *****/

.coming-soon {
    margin: 0 auto 50px auto;
    text-align: center;
    color: #fff;
}

.inner-bg {
    padding: 50px 0 50px 0;
    background: url(../img/pattern-3.png);
    -moz-box-shadow: 0 1px 5px 0 rgba(0,0,0,.3) inset;
    -webkit-box-shadow: 0 1px 5px 0 rgba(0,0,0,.3) inset;
    box-shadow: 0 1px 5px 0 rgba(0,0,0,.3) inset;
}

.coming-soon h2 {
    font-size: 40px;
    line-height: 44px;
    font-weight: 700;
    text-transform: uppercase;
    text-shadow: 0 1px 7px rgba(0,0,0,.2);
}

.coming-soon p {
    margin-top: 20px;
    font-size: 18px;
    line-height: 36px;
    text-shadow: 0 1px 7px rgba(0,0,0,.2);
}
.coming-soon .motto {
    font-size: 32px;
    line-height: 32px;
    font-weight: 700;
    text-transform: uppercase;
    text-shadow: 0 1px 7px rgba(0,0,0,.2);
}
.timer {
    margin-top: 40px;
    text-shadow: 0 1px 5px rgba(0,0,0,.1);
}

.timer .days-wrapper,
.timer .hours-wrapper,
.timer .minutes-wrapper,
.timer .seconds-wrapper {
    display: inline-block;
    width: 160px;
    height: 160px;
    margin: 0 10px;
    padding-top: 20px;
    background: #2d2d2d; /* browsers that don't support rgba */
    background: rgba(45, 45, 45, 0.7);
    font-size: 18px;
    line-height: 22px;
    -moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%;
}

.timer .days-wrapper:hover,
.timer .hours-wrapper:hover,
.timer .minutes-wrapper:hover,
.timer .seconds-wrapper:hover {
    background: #3f51b5 url(../img/pattern-2.png);
    text-shadow: none;
}

.timer .days,
.timer .hours,
.timer .minutes,
.timer .seconds {
    font-size: 80px;
    line-height: 90px;
}


/***** Content *****/
.separator-with-stars{
	margin: 5px 0;
	text-align: center;
}
.subscribe {
    margin-top: 30px;
    text-align: center;
}

.subscribe h3 {
    font-size: 32px;
    font-weight: 400;
    color: #4d4d4d;
    line-height: 40px;
    text-transform: uppercase;
    text-shadow: 1px 2px 1px #fff;
}

.subscribe p {
    font-size: 18px;
    font-weight: 400;
    line-height: 36px;
}

.subscribe form {
    margin-top: 24px;
}

.subscribe form input.subscribe-email {
    width: 310px;
    height: 46px;
    margin: 0;
    padding: 0 10px;
    background: #fff;
    font-size: 18px;
    line-height: 46px;
    color: #888;
    border: 0;
    -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0;
    -moz-box-shadow: 0 1px 3px 0 rgba(0,0,0,.15);
    -webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,.15);
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.15);
}

.subscribe form input:focus {
    -moz-box-shadow: 0 1px 3px 0 rgba(0,0,0,.15);
    -webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,.15);
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.15);
}

.subscribe form input:-moz-placeholder { color: #888; }
.subscribe form input:-ms-input-placeholder { color: #888; }
.subscribe form input::-webkit-input-placeholder { color: #888; }

.subscribe form button {
    width: 130px;
    height: 46px;
    margin: 0;
    padding: 0;
    background: #3f51b5;
    border: 0;
    font-size: 18px;
    line-height: 46px;
    color: #fff;
    text-transform: uppercase;
    text-shadow: 1px 1px 1px rgba(0,0,0,.3);
    -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0;
    -moz-box-shadow: 0 1px 3px 0 rgba(0,0,0,.25);
    -webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,.25);
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.25);
    -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}

.subscribe form button.btn:hover {
    background: #555;
    color: #fff;
}

.subscribe form button.btn:focus, .subscribe form button.btn:active {
	outline: 0;
    background: #555;
    color: #fff;
}

.success-message, .error-message {
	display: none;
	margin-top: 20px;
    font-size: 18px;
    line-height: 22px;
}

.error-message {
    color: #3f51b5;
}

.social {
    margin-top: 50px;
    padding-bottom: 20px;
    text-align: center;
}
.social .title {
    font-size:1.6em;
}

.social a {
    display: inline-block;
    width: 48px;
    height: 48px;
    margin: 3px;
    padding-top: 9px;
    background: #555;
    -moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%;
    font-size: 28px;
    color: #fff;
    line-height: 28px;
}

.social a:hover, .social a:focus { outline: 0; background: #3f51b5; }


/* Footer
------------------*/
.site-footer {
	padding: 3em 0 0;
	font-size: 0.9em;
	background: #252527;
	background-image: linear-gradient(to bottom right, #000000 0%,#292e33 100%);
	color:#888;
	border-top: 2px solid #3f51b5;
}
.site-footer a{
	color: #fff;
	font-weight: bold;
}
.site-footer a:hover, .site-footer a:focus, .site-footer a:active {
	color: #3f51b5;
}
.site-footer h2{
	font-size: 1.4em;
	font-weight: bold;
	text-transform: uppercase;
}
.site-footer ul {
	padding: 0;
}
.site-footer li {
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: 2em;
}
.site-footer .widget {
	border: none;
}
.site-footer .site-info {
	padding-top: 2em;
	padding-bottom: 2em;
}
.site-footer .site-info span, .site-footer .site-info div, .site-footer .site-info a {
	color: #777777;
}
.site-footer #lang_sel_list {
	height: auto;
	margin-right: 1em;
}














/***** Media Queries *****/

@media (min-width: 768px) and (max-width: 991px) {
	
	.timer .days-wrapper,
    .timer .hours-wrapper,
    .timer .minutes-wrapper,
    .timer .seconds-wrapper { width: 140px; height: 140px; margin: 0 7px; }
    
    .timer .days,
    .timer .hours,
    .timer .minutes,
    .timer .seconds { font-size: 60px; line-height: 70px; }
	
}

@media (max-width: 767px) {

    .logo h1 { text-align: center; }
    .call-us { padding-bottom: 7px; text-align: center; }

    .inner-bg { padding: 45px 0 50px 0; }

    .coming-soon h2 { font-size: 36px; }

    .timer .days-wrapper,
    .timer .hours-wrapper,
    .timer .minutes-wrapper,
    .timer .seconds-wrapper { width: 140px; height: 140px; margin: 7px; }

    .timer .days,
    .timer .hours,
    .timer .minutes,
    .timer .seconds { font-size: 60px; line-height: 70px; }

    .subscribe h3 { font-size: 28px; }
    .subscribe form input.subscribe-email, .subscribe form button { width: 100%; }

}


/* xxxxxxxxxxxxxxx */
.site-main-quota{
	background-color: #FFFFFF;
	padding: 1em;
	font-size: 1em;
	line-height: 1.8em;
	border-bottom: 1px solid #d7d7d7;
	border-right: 1px solid #d7d7d7;
}


.motto{
	text-align: center;
}
.site-aside-quota{
	background-color: #FFFFFF;
	padding: 1em;
	font-size: .9em;
	border-bottom: 1px solid #d7d7d7;
}
.site-aside-poster{
	margin-top: 10px;
}

.aside-view {
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms eases;
  transition: all 500ms ease;
  margin-bottom: 50px;
}

.course-view {
  position: relative;
  margin: 0 5px 30px 0;
  text-align: left;
  display: inline-block;
  vertical-align: top;
  width: calc(100%-16px);
  max-width: 281px;
  width: 281px;
  height: 398px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms eases;
  transition: all 500ms ease;
  background: #fff;
}
.course-view-small {
  position: relative;
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  width: calc(100%-16px);
  max-width: 192px;
  width: 100%;
  float: left;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms eases;
  transition: all 500ms ease;
}
.course-view-small.all {
background-color: #C0D0A0;
}
.course-view-small.all:hover {
background-color: #E0EFC1;
}
.course-view-small .curse-content{
  background-color: transparent;
}
.course-view-small .course-header{
top: auto;
bottom: 10px;
border: none;
font-size: 1em;
}
.course-view-small .location-post-list{
	padding: 0;
	margin: 0;
	text-align: right;
}
.course-view-small .location-post-list li {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0;
  padding: 0 5px;
  font-size: 0.66em;
  font-weight: 500;
  color: #3f51b5;
  border-left: 1px solid #3f51b5;
}
.course-view-small .location-post-list li:first-child {
  border: none;
  padding-left: 0;
}

.curs-post-thumb{
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
.add-thumb{
  height: 100%;
}
.curse-content {
  margin-top: 0;
  padding: 0.3em 0.8em 1em;
  position: absolute;
  bottom: 35px;
  left: 0;
  width: 100%;
  height: 22.5%;
  background-color: #FFF;
  overflow: hidden;
  transition: all 0.5s ease;
}

.course-header {
	position: absolute;
	right: 0;
	top: 10px;
	display: block;
	padding: 0.4em 0.8em;
	font-size: 1.2em;
	border: 1px solid #d7d7d7;
	border-right: none;
	background: #2d2d2d;
	background: rgba(45, 45, 45, 0.7);
	color: #fff;
}
.course-header h1 {
	font-size: 1em;
	padding: 0;
	margin: 0;
}

.curse-content .location-post-list {
	margin: 0;
	padding: 0;
	min-height: 20px;
}
.curse-content .location-post-list li {
	display: inline-block;
	list-style: none;
	margin: 0;
	padding: 0;
}
.curse-content .location-post-list li a {
	padding: 0 5px;
	font-size: 0.88em;
	font-weight: 500;
	color: #3f51b5;
	border-left: 1px solid #3f51b5;
}
.curse-content .location-post-list li:first-child a {
	border: none;
	padding-left: 0;
}

.title {
	font-size: 1em;
	padding-bottom: 0;
	margin: 0;
}

.title a {
	color: #555;
}

.course-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0.5em 1em;
  font-size: 1em;
  border-top: 1px dotted #dadada;
}
.course-footer .meta {
  margin-right: 1em;
  color: #777777;
  vertical-align: top;
  line-height: 1em;
}

.course-info {
	background: #fff;
	margin-bottom: 50px;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-o-transition: all 500ms eases;
	transition: all 500ms ease;
}
.course-info a{
	text-decoration: underline;
}
.course-info a:hover, .course-info a:focus, .course-info a:active {
	color: #3f51b5;
}
.course-info .content-block-dotted{
	border-bottom: 2px dotted #CCC;
}

.course-info h1, .course-info h2, .course-info h3 {
  font-weight: bold;
  line-height: 1.1;
  color: #3f51b5;
  text-shadow: 1px 1px 0px #ff0000;
}
.course-info h1 {
}
.course-info h2 {
	font-size: 1.4em;
}
.course-info h3 {
	font-size: 1.2em;
}
.course-info-header {
	padding: 0.3em 2em 1em;
	font-size: 1em;
	border-bottom: 1px solid #d7d7d7;
}
.course-info-header h1 {
	font-size: 2em;
	padding: 0.4em 0 0 0;
	margin: 0;
}
.course-info-header .location-post-list {
	margin: 0;
	padding: 0;
	min-height: 20px;
}
.course-info-header .location-post-list li {
	display: inline-block;
	list-style: none;
	margin: 0;
	padding: 0;
}
.course-info-header .location-post-list li a {
	padding: 0 5px;
	font-size: 0.88em;
	font-weight: 500;
	color: #3f51b5;
	border-left: 1px solid #3f51b5;
}
.course-info-header .location-post-list li:first-child a {
	border: none;
	padding-left: 0;
}
.curse-info-content {
  margin-top: 0;
  padding: 0.3em 2em 1em;
  left: 0;
  width: 100%;
  height: 22.5%;
  background-color: #FFF;
  overflow: hidden;
  transition: all 0.5s ease;
}
.curse-info-content p {
	padding: 0.5em 0;
}
.course-info-footer {
  left: 0;
  width: 100%;
  padding: 0.5em 1em;
  font-size: 1em;
  border-top: 1px dotted #dadada;
}
.course-info-footer .meta {
  margin-right: 1em;
  color: #777777;
  vertical-align: top;
  line-height: 1em;
}

.furnizor-curs {
  margin: 10px;
  padding: 0px;
  background-color: #eeeff1;
}
.furnizor-curs p {
	margin: 0 0.2em;
	padding:0;
}

.furnizor-curs ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.furnizor-curs ul li {
	margin: 0;
	padding: 1em;
}
.furnizor-curs ul li:first-child {
	border-bottom: 1px solid #dadada;
}
.furnizor-curs ul.ul-spaced li {
	border-bottom: 5px solid #fff;
}

#map-canvas {
  width: 100%;
  height: 22em;
  border-top: 2px solid #3f51b5;
}
.site-ue{
	background-color: #1E1E1E;
	padding: 1em;
}
.cofinantare{
	margin:0;
	padding-right: 15px;
	padding-left: 15px;
}
.ad-teaser{
	margin-top: 5%;
    margin-bottom: 5%;
}
.ue-identitate{
  margin: 0 15px 5px 0;
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.3);
  padding: 1.4em 2em;
  text-align: right;
}
.logo-wrapper{
	display: inline-block;
	margin: 10px;
}
.logo-wrapper.spacer img{
	width:100px;
}
@media (min-width: 768px)  and (max-width: 991px) {
	.logo-wrapper.spacer img{
		width:30px;
	}
}
@media (max-width: 768px) {
	.logo-wrapper.spacer{
		display:none;
	}
}

.popover-title.local{
background-color: #3f51b5;
text-align: center;
}
.popover.local{
  background: #FFFFFF;
  background: rgba(255, 255, 255, 0.9);
  color: #000;
}
.social-item{
  display: inline-block;
  margin: 0;
  padding: 0 0 0 10px;
  float:right;
}


.ws-page #teaser h1 img{
	width:60%;
}
.ws-page #teaser h2{
	font-size: 24px;
	line-height: 24px;
}
	
/* MUNU */
.nav-container{
	background: #FF0000;
    background-image: linear-gradient(to bottom right, #FF0000 0%,#FFC107 100%);
}
.f-nav{ z-index: 1000; position: fixed; left: 0; top: 0; width: 100%;} /* this make our menu fixed top */

.nav ul {
	list-style: none;
	padding: 0;
}
	.nav ul li{float: left; margin-top: 5px; margin-bottom: 5px; padding: 6px 12px; border-right: 1px solid #ACACAC;}
	.nav ul li:first-child{ padding-left: 0;}
	.nav ul li:last-child{ border-right: none;}
.nav ul li a {
	color: #fff;
    font-weight: bold;
	line-height: 30px;
	font-size: 18px;
}
.nav ul li a:hover{
	color: #3f51b5;
}
.ws-navbutton{
	color: #FFFFFF;
    font-size: 1.8em;
	padding: 0 12px;
	border: 2px solid #FFFFFF;
}

@media (max-width: 768px) {
	.f-nav{position: relative;}
	.nav ul li{float: none; border:none;}
	.nav ul{display:none;}
}

/* Datatable*/
table.dataTable thead th, table.dataTable thead td{
	border-bottom: 2px solid #3f51b5;
}
table.dataTable tfoot th, table.dataTable tfoot td {
    border-top: 2px solid #3f51b5;
}

table.dataTable .col0_class{
	font-weight: bold;
}

/* Gallery */
.my-gallery.news{
  width: auto;
  float: left;
  margin: 0 10px 10px 0;
  
}
.my-gallery {
  width: 100%;
  float: left;
  padding: 0 5px 5px 0;
  background: aliceblue;
}
.my-gallery .item-gallery{
	margin: 10px 0;
}
.my-gallery img {
	height: auto;
    width: 100%;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
	max-width:none;
}
.my-gallery img:hover {
	opacity: 0.6;
}
.my-gallery figure {
	height: auto;
    width: 100%;
    overflow: hidden;
    border: 5px solid white;
    -webkit-box-shadow: 5px 5px 5px #969696;
    box-shadow: 0px 5px 5px #969696;
    float: left;
}
.my-gallery figure:hover {
    -webkit-box-shadow: 0px 5px 5px #c7b3b3;
    box-shadow: 0px 5px 5px #c7b3b3;
}

.my-gallery figcaption {
  display: none;
}

/*THE BUTTON*/

.fancy-button {
    display: inline-block;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow:    0 8px 0 #c5376d, 0 15px 20px rgba(0, 0, 0, .35);
    -moz-box-shadow: 0 8px 0 #c5376d, 0 15px 20px rgba(0, 0, 0, .35);
    box-shadow: 0 8px 0 #c5376d, 0 15px 20px rgba(0, 0, 0, .35);
    -webkit-transition: -webkit-box-shadow .1s ease-in-out;
    -moz-transition: -moz-box-shadow .1s ease-in-out;
    -o-transition: -o-box-shadow .1s ease-in-out;
    transition: box-shadow .1s ease-in-out;
    font-size: 50px;
    color: #fff;
}

.fancy-button span {
    display: inline-block;
    padding: 20px 30px;
    background-color: #ec528d;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(hsla(338, 90%, 80%, .8)), to(hsla(338, 90%, 70%, .2)));
    background-image: -webkit-linear-gradient(hsla(338, 90%, 80%, .8), hsla(338, 90%, 70%, .2));
    background-image: -moz-linear-gradient(hsla(338, 90%, 80%, .8), hsla(338, 90%, 70%, .2));
    background-image: -o-linear-gradient(hsla(338, 90%, 80%, .8), hsla(338, 90%, 70%, .2));
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: inset 0 -1px 1px rgba(255, 255, 255, .15);
    -moz-box-shadow: inset 0 -1px 1px rgba(255, 255, 255, .15);
    box-shadow: inset 0 -1px 1px rgba(255, 255, 255, .15);
    font-family: 'Pacifico', Arial, sans-serif;
    line-height: 1;
    text-shadow: 0 -1px 1px rgba(175, 49, 95, .7);
    -webkit-transition: background-color .2s ease-in-out, -webkit-transform .1s ease-in-out;
    -moz-transition: background-color .2s ease-in-out, -moz-transform .1s ease-in-out;
    -o-transition: background-color .2s ease-in-out, -o-transform .1s ease-in-out;
    transition: background-color .2s ease-in-out, transform .1s ease-in-out;
}

.fancy-button:hover span {
    background-color: #ec6a9c;
    text-shadow: 0 -1px 1px rgba(175, 49, 95, .9), 0 0 5px rgba(255, 255, 255, .8);
}

.fancy-button:active, .fancy-button:focus {
    -webkit-box-shadow:    0 8px 0 #c5376d, 0 12px 10px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 8px 0 #c5376d, 0 12px 10px rgba(0, 0, 0, .3);
    box-shadow:    0 8px 0 #c5376d, 0 12px 10px rgba(0, 0, 0, .3);
}

.fancy-button:active span {
    -webkit-transform: translate(0, 4px);
    -moz-transform: translate(0, 4px);
    -o-transform: translate(0, 4px);
    transform: translate(0, 4px);
}

</pre></body></html>