/*-------------------------CLASE GENERALE-------------------------*/

body, html {
    height: 100%;
    background-color: #eceaed;

}

h2, h5{
	text-align: center;
	color:#1b1464;
}

a{
	text-decoration: inherit;
	background-color: inherit;
}

a:hover{
	font-weight: bold;
	text-decoration: none;
}



.logoAC{
	width: 25%;
	height: 25%;
	margin: auto;
	display: block;
}

.btn{
	border-radius: 0px;
	font-size: 15px;
	font-weight: bold;
	width: 100%;
	color: white;
	background-color: #1b1464;
	margin: 5px;
}

.btn:hover{
	color: #1b1464;
	background-color: white;
}

.titluDiv{
	color:#1b1464;
	font-size: 30px;
	padding: 0px 0px 20px 0px;
}

.textBanner{
	text-align: center;
	color: #1b1464; 
	font-size: 18px;
}

.textDetalii{
	color:black;
	font-family: Montserrat;
	margin: auto;
	font-size: 14px;
}

.textDetalii a{
	text-decoration: none;
}


/*-------------------------SFARSIT CLASE GENERALE-------------------------*/




/*-------------------------BANNER DIV-------------------------*/

#bannerAC{
	background-image: url("../images/wallpaper_firstView3.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
   	padding: 5px;
}
/*-------------------------SFARSIT DIV-------------------------*/





/*-------------------------ABOUT-------------------------*/

.aboutDiv{
	padding-top: 80px;
}


.aboutDiv ul {
  list-style: none;
}

.aboutDiv li{
	padding: 5px;
}

.aboutDiv ul li:before {
  content: '•';
}

.aboutDiv ol {
  list-style: none;
}

.aboutDiv ol li:before {
  content: '❖';
}


/*-------------------------SFARSIT ABOUT-------------------------*/

a.anchor {
    display: block;
    position: relative;
    top: -60px;
    visibility: hidden;
}

.outline ul {
  list-style: none;
  padding: 0px;
}
.outline li {
  padding: 1px 0px 1px 1.3em;
}
.outline li:before {
  content: "\f061";/*"\f00c"; *//* FontAwesome Unicode */
  font-family: FontAwesome;
  display: inline-block;
  margin-left: -1.3em; /* same as padding-left set on li */
  width: 1.3em; /* same as padding-left set on li */
}

/*-------------------------SUBJECTS-------------------------*/

.subjectsDiv{
	padding-top: 20px;
}

.subjectsDiv .titluDiv{
	padding: 0px;
}

.subjectsDiv ul {
  list-style: none;
}

.subjectsDiv li{
	padding: 0px;
}

.subjectsDiv ul li:before {
  content: '➟ ';
}

.citat{
	font-style: italic;
}

.citat:before {
  content: '„';
}

.citat:after {
  content: '”';
}

.numeAutor{
	font-weight: bold;
}

/*-------------------------SFARSIT SUBJECTS-------------------------*/


/*-------------------------RESULTS-------------------------*/

.resultsDiv{
	padding-top: 20px;
}

.resultsDiv ul, ol {
  list-style: none;
}

.resultsDiv li{
	padding: 5px;
}

.resultsDiv ul li:before {
  content: '➟ ';
}

/*-------------------------RESULTS-------------------------*/



/*-------------------------CONDITIONS-------------------------*/

.conditionsDiv{
	padding-top: 20px;
}


.conditionsDiv ul {
  list-style: none;
}

.conditionsDiv li{
	padding: 5px;
}

.conditionsDiv ul li:before {
  content: '•';
}

.conditionsDiv ol {
  list-style: none;
}

.conditionsDiv ol li:before {
  content: '❖';
}

/*-------------------------SFARSIT CONDITIONS-------------------------*/


/*-------------------------EMAIL-------------------------*/

.emailDiv{
	padding-top: 20px;
}

.emailDiv ul {
  list-style: none;
}

.emailDiv li{
	padding: 5px;
}

.emailDiv ul li:before {
  content: '➟ ';
}

/*-------------------------END EMAIL-------------------------*/



/*-------------------------NAVBAR-------------------------*/

.navbar-nav > li > a {
    color: white;
    padding: 10px;
    text-decoration: none;
}

.navbar_scrolled{
	background: #1b1464;
	transition: 1s;
}

.navbar{
	background: #1b1464;
}


/*-------------------------SFARSIT NAVBAR-------------------------*/



/*-------------------------PREVIOUS-------------------------*/

.previousDiv{
	padding: 20px 0px 40px 0px;
}


.logoContainer{
	padding: 40px 0px 20px 0px;
}

.previousDiv{
	padding: 20px 0px 40px 0px;
}

/*-------------------------SFARSIT PREVIOUS-------------------------*/



/* <---------------------FOOTER---------------------> */


.logo-footer-ac{
	float: center;
	margin:auto;
	height:150px;
	width: 150px;
}

.logoBanner{
	float: center;
	display:block;
	margin:auto;
	height:150px;
	width: 150px;
}

.logo-footer-asachi{

	height:150px;
	width: 110px;
	padding:5px;
}


footer {
	padding-top: 40px;
	padding-bottom: 5px;
	background: #2c2c29;
	text-align: center;
	color:white;
	font-size:30px;
}

.textCopyright {
	color: white;
	text-align: center;
	font-size: 15px;
	font-family: 'Oswald', sans-serif;
	padding-top:10px; 
}

footer h4 {
	color: white;
	text-transform:uppercase;
	font-family: 'Oswald', sans-serif;
}

footer i {
	color: white;
	padding-right: 25px;
	padding-left: 25px;
	margin:auto;
}

footer i:hover {
	color: #00b3fe;
}

.underline-text {
	border-bottom: 2px solid #ffffff;
	margin-bottom: 25px;
}

/* <---------------------END FOOTER---------------------> */