@import url(http://fonts.googleapis.com/css?family=Exo:400,900' rel='stylesheet' type='text/css);
body {
    margin: 0 auto;
	font-family: 'Exo 2', sans-serif;
}


/*  MENIU   */

.navbar
{
    /*background-color:#193042;*/
}

.nav-item:focus, .nav-link:focus
{
    outline-style:none;
}

.nav-link
{
    color:white;
}

.nav-link:hover
{
    color:#ff9600;
}

.nav-link:focus
{
    color:#ff9600;
}

.dropdown-item:active
{
    background-color:#ff9600;
}

/*  MENIU   */


@media (min-width: 0px) 
{
  .my-navbar-align-right
  {
    right:0;
    position:unset;
  }
}


@media (min-width: 1200px) 
{
  .my-navbar-align-right
  {
    right:0;
    position:absolute;
  }
}

.goToTop {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
  background-image: url('../images/top.png');
  background-repeat: no-repeat;
  background-size:contain;
  background-color:#ff9600;
  width:40px;
  height:40px;
  opacity:0.7;
}


/*PAGINARE*/

.page-link{
  background-color:rgb(255, 150, 0);
  color:white;
}

.page-link:hover{
  background-color:rgb(3, 106, 105);
  color:white;
}

.page-item.active .page-link{
  background-color:rgb(3, 106, 105);
  border-color:white;
}


.card
{
	/*background-color: rgba(255,150,0,.1);*/
	background-color: rgba(3,106,105,.1);
	border-radius:1rem;
  padding-left:10px;
  padding-right:10px;
}


@media (min-width:0px){
  .card-title
  {
    height:70px;
  }
  .card-subtitle
  {
    height:80px;
  }
  .card-body
  {
    /*padding-bottom:0;*/
  }
  .card-footer
  {
    /*padding-top:0;*/
  }
  .card-news-title
  {
    height:50px;
  }
  .card-news-subtitle
  {
    height:50px;
  }
  .card-news-body
  {
    /*padding-bottom:0;*/
  }
  .card-news-footer
  {
    /*padding-top:0;*/
  }  
}

@media (min-width: 380px){  
  .card-news-title
  {
    height:50px;
  }
  .card-news-subtitle
  {
    height:50px;
  }
  .card-news-body
  {
    /*padding-bottom:0;*/
  }
  .card-news-footer
  {
    /*padding-top:0;*/
  }  
}

@media (min-width: 576px){  
.card-title
  {
    height:60px;
  }
  .card-subtitle
  {
    height:60px;
  }
  .card-body
  {
    /*padding-bottom:0;*/
  }
  .card-footer
  {
    /*padding-top:0;*/
  }  
  .card-news-title
  {
    height:50px;
  }
  .card-news-subtitle
  {
    height:50px;
  }
  .card-news-body
  {
    /*padding-bottom:0;*/
  }
  .card-news-footer
  {
    /*padding-top:0;*/
  }  
}

@media (min-width: 768px){
  .card-title
  {
    height:80px;
  } 
  .card-subtitle
  {
    height:80px;
  }
  .card-body
  {
    /*padding-bottom:0;*/
  }
  .card-footer
  {
    /*padding-top:0;*/
  } 
  .card-news-title
  {
    height:50px;
  }
  .card-news-subtitle
  {
    height:50px;
  }
  .card-news-body
  {
    /*padding-bottom:0;*/
  }
  .card-news-footer
  {
    /*padding-top:0;*/
  }  
}

@media (min-width: 992px) {
  .card-title
  {
    height:80px;
  }
  .card-subtitle
  {
    height:100px;
  }
  .card-body
  {
    /*padding-bottom:0;*/
  }
  .card-footer
  {
    /*padding-top:0;*/
  } 
  .card-news-title
  {
    height:70px;
  }
  .card-news-subtitle
  {
    height:50px;
  }
  .card-news-body
  {
    /*padding-bottom:0;*/
  }
  .card-news-footer
  {
    /*padding-top:0;*/
  }  
}

/**
*  The following is not really needed in this case
*  Only to demonstrate the usage of @media for large screens
*/    
@media (min-width: 1200px) {
  .card-title
  {
    height:60px;
  }
  .card-subtitle
  {
    height:80px;
  }
  .card-body
  {
    /*padding-bottom:0;*/
  }
  .card-footer
  {
    /*padding-top:0;*/
  }
  .card-news-title
  {
    height:50px;
  }
  .card-news-subtitle
  {
    height:50px;
  }
  .card-news-body
  {
    /*padding-bottom:0;*/
  }
  .card-news-footer
  {
    /*padding-top:0;*/
  }  
}

.btn-primary{
	background-color:#ff9600;
	border:none;
	width:auto;
}

.btn-primary:hover{
	background-color:#036a69;
	border:none;
	width:auto;
}

.btn-primary:focus{
	border-color:#036a69;
	background-color:#036a69;
	box-shadow:0 0 0 0.25rem rgb(3 106 105 / 25%);
}

.btn-primary:active{
	border-color:#036a69;
	background-color:#036a69;
	box-shadow:0 0 0 0.25rem rgb(3 106 105 / 25%);
}

.btn-primary:active:focus{
	border-color:#036a69;
	background-color:#036a69;
	box-shadow:0 0 0 0.25rem rgb(3 106 105 / 25%);
}

.btn-primary:disabled{
	background-color:rgba(255,150,0,.5);
	border:none;
	width:auto;
}


@media (min-width:0px){
  .poza-echipa
  {
    text-align:center;
    margin-right:0;
  }
}

@media (min-width:576px){
  .poza-echipa
  {
    text-align:center;
    margin-right:3rem;
  }
}

@media (min-width:0px){
  .show-below-992
  {
    display:block;
  }
  .show-above-992
  {
    display:none;
  }

}

@media (min-width:992px){
  .show-below-992
  {
    display:none;
  }
  .show-above-992
  {
    display:block;
  }

}

@media (min-width:0px){
  .show-below-576
  {
    display:block;
  }
}

@media (min-width:576px){
  .show-below-576
  {
    display:none;
  }
}

@media (min-width:0px){
  .show-above-768
  {
    display:none;
  }
  .show-below-768
  {
    display:block;
  }
}

@media (min-width:768px){
  .show-above-768
  {
    display:block;
  }
  .show-below-768
  {
    display:none;
  }
}

.iframe-container{
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; 
  height: 0;
}
.iframe-container iframe{
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (min-width:0px){
.contact{
	 margin-left:20px;
 }
}
@media (min-width: 768px){
.contact{
	 margin-left:0px;
 }
}

@media (min-width:0px){
  .gallery-image{
    height: 200px;
  }
}

@media (min-width:576px){
  .gallery-image{
    height: 150px;
  }
}

@media (min-width:768px){
  .gallery-image{
    height: 100px;
  }
}

@media (min-width:992px){
  .gallery-image{
    height: 150px;
  }
}

@media (min-width:1200px){
  .gallery-image{
    height: 180px;
  }
}

p, h1, h2, h3, h4, h5, ul, ol, label{
	color:#036a69;
}

a, href, a:hover{
	color:#ff9600;
}
a:hover
{
  color:#ff9600;
}

.meniu-myaccount{
  margin-bottom:10px;
}

.form-control:focus{
	border-color:#036a69;
	box-shadow:0 0 0 0.25rem rgb(3 106 105 / 25%);
	/*background:#9d6b9e;*/
}

.form-check-input:checked{
  background-color:#036a69;
}

.responsive {
  width: 100%;
  max-width: 2500px;
  height: auto;
}

.countdown {
  display: flex;
}

.countdown .day,
.countdown .hour,
.countdown .min,
.countdown .sec {
  color: #2799ff;
  padding: 1vw 3vw;
  text-align: center;
}

.countdown .day .num,
.countdown .hour .num,
.countdown .min .num,
.countdown .sec .num {
  display: block;
  font-size: 8vw;
  line-height: 1em;
}

.countdown .day .word,
.countdown .hour .word,
.countdown .min .word,
.countdown .sec .word {
  display: block;
  font-size: 2vw;
  color: #8a99ab;
}



#container {
	margin: 0 auto;
}

.header-content {
  margin: 0 auto;
  width: 950px;
}

#header {
	width: 100%;
	height:310px;
	margin: 0 auto;
	background-image:url(../images/header.jpg);
	background-position:center;
	background-repeat:no-repeat;
	background-color:#036a69;
}

#header2 {
    width: 100%;
    height: 250px;
    margin: 0 auto;
    
    background-position: center;
    background-repeat: no-repeat;
    background-color: #fff;
}

#header3 {
    width: 100%;
    height: 315px;
    margin: 0 auto;
    
    background-position: center;
    background-repeat: no-repeat;
    background-color: #E6E6E6;
}

#brasov_heroes {
	color: #9d6b9e;
	/* width:55%;  */
	/*width:80%;*/
	float:left;
	clear:both;
	text-align:justify;
}

#brasov_heroes h2 {
  color: #fff;
  font-size: 60px;
  margin: 25px 0 30px;
  padding: 0;
}
	
#counter {
  color: #fff;
  float: right;
  font-size: 20px;
  margin-top: 173px;
  text-align: right;
  width: 28%;
}

table.counter-table { width:100%; }


.logo { float:left; display:block; }
.drop_menu {
	padding:0;
	margin-top:50px;
	list-style-type:none;
	height:30px;
	float:right;
}

.drop_menu li { float:left; }
.drop_menu li a {
    font-size: 14px;
	padding:9px 10px;
	display:block;
	color:#fff;
	text-decoration:none;
	font-weight: 400;
	
}

.drop_menu li a:hover{
	color: #ff9600;
}

/* Submenu */
.drop_menu ul {
	position:absolute;
	left:-9999px;
	top:-9999px;
	list-style-type:none;
}


.drop_menu li:hover { position:relative;	  }
.drop_menu li:hover ul {
	left:0px;
	top:30px;
	background:none;
	padding:3px 1px;
	

}

.drop_menu li:hover ul li a {
	padding:8px;
	display:block;
	width:250px;
	text-indent:0px;


	
}
.drop_menu li:hover ul li a:hover { background:none;
	color:#ff9600;
 }
 


#corner{
	border-bottom:medium #FFF;
}

#top_shadow {
	width: 100%;
	height:23px;
	margin: 0 auto;
	background-image:url(../images/top_shadow.jpg);
	background-position:center;
	background-repeat:no-repeat;
	background-color: #FFF;
}

#h2{
	font-size:25px;
	font-weight: 900;
	color:#531b60;
	font-weight:bold;
}

.clear { clear:both; }
.individual table, .echipa table, .familie table {
  float: left;
  width: 100%;
}

a.subtitle-icon {
  color: #482347 !important;
  font-size: 25px;
  font-weight: 600;
  text-decoration: none;
}
a.orange-col { color: #ff9600 !important; }
a.green-col { color: #70bf44 !important; }
a.subtitle-image:hover, a.subtitle-icon:hover { opacity:0.8; }

.txt {
    font-family: 'Exo 2', sans-serif !important;
	font-size:15px;
	font-weight: 500;
	color:#036a69;
	clear:both;
	text-align:justify;
}

.txt .odd { margin:3% 0 0 3%; }
.txt .even { margin:3% 0 0 0; }

.txt .proiect-box {
  background: none repeat scroll 0 0 #ffffff;
  float: left;
  padding: 1%;
  width: 47%;
  box-shadow: 1px 1px 4px #EBEBEB;
  -moz-box-shadow: 1px 1px 4px #EBEBEB;
  -webkit-box-shadow: 1px 1px 4px #EBEBEB;
  min-height:187px;
}

.txt .proiect-box .proiect-logo {
  display: block;
  float: left;
  height: 120px;
  width: 120px;
}

.txt .proiect-box .proiect-content {
  display: block;
  float: left;
  font-size: 14px;
  margin-left: 10px;
  width: 310px;
}

.txt .proiect-box .proiect-content h3 {
  font-size: 18px !important;
  margin: 0;
  padding: 0;
}

.txt .proiect-box .proiect-content h3 a {
  color: #531b60 !important;
  font-size: 23px !important;
  font-weight: 600;
  text-decoration: none;
}

.txt .proiect-box .proiect-content span.row2 {
	font-size:16px;
}

.txt .proiect-box .proiect-content .obiective {
	margin-top:15px;
}

.txt .proiect-box .proiect-content .obiective .objrez { float: left; width: 25%; }
.txt .proiect-box .proiect-content .obiective .objrez-col1 { width: 22%; }
.txt .proiect-box .proiect-content .obiective .objrez-col2 { }
.txt .proiect-box .proiect-content .obiective .objrez-col3 { }

/* donatori list */

.txt .donator-box {
	margin-top:10px;
    background: none repeat scroll 0 0 #fbfbfb;
    float: left;
    padding: 1%;
    width: 100%;
    box-shadow: 1px 1px 4px #EBEBEB;
    -moz-box-shadow: 1px 1px 4px #EBEBEB;
    -webkit-box-shadow: 1px 1px 4px #EBEBEB;
}

.txt .donator-box .donator-logo {
  display: block;
  float: left;
  height: auto;
  width: 130px;
}

.txt .donator-box .donator-content {
  display: block;
  float: left;
  font-size: 14px;
  margin-left: 10px;
  width: 870px;
}

.txt .donator-box .donator-content h3 {
  font-size: 18px !important;
  margin: 0;
  padding: 0;
}

.txt .donator-box .donator-content h3 a {
  color: #531b60 !important;
  font-size: 25px !important;
  font-weight: 600;
  text-decoration: none;
}

.txt .donator-box .donator-content span.row2 {
	font-size:16px;
}

.txt .donator-box .donator-content .obiective {
  float: left;
  width: 40%;
}

.txt .donator-box .donator-content  .col1d {
	width:60%;
	float: left;
}

.txt .donator-box .donator-content .obiective .objrez { float: left; width: 100%; }
.txt .donator-box .donator-content .obiective .objrez-col1 { }
.txt .donator-box .donator-content .obiective .objrez-col2 { }
.txt .donator-box .donator-content .obiective .objrez-col3 { }
/* end donatori list */

#content {
	width: 950px;
	height: auto;
	margin: 0 auto;
	background-position:center;
	background-repeat:no-repeat;
	background-color: #FFF;
}

#content-individuale {
	width: 950px;
	height: auto;
	margin: 0 auto;
	background-position:center;
	background-repeat:no-repeat;
	background-color: #FFF;
}

#content-meniu {
	width: 950px;
	height: auto;
	margin: 0 auto;
	background-position:center;
	background-repeat:no-repeat;
	background-color: #FFF;
}


#posts_content {
	width: 950px;
	height: auto;
	margin: 0 auto;
	background-position:center;
	background-repeat:no-repeat;
	background-color: #FFF;
}

#content h2 {
  color: #036a69;
  font-size: 45px;
  font-weight: 800;
}

#content h3 {
  color: #036a69;
  font-size: 25px;
  font-weight: 600;
  margin: 25px 0 5px;
}

#content-individuale h3 {
  color: #ff9600;
  font-size: 25px;
  font-weight: 600;
  margin: 25px 0 5px;
}

#content-meniu h3 {
  color: #ff9600;
  font-size: 25px;
  font-weight: 600;
  margin: 25px 0 5px;
}

#content h4 {
  color: #036a69;
  font-size: 25px;
  font-weight: 600;
  margin: 30px 0 10px;
}

#content-individuale h4 {
  color: #531b60;
  font-size: 25px;
  font-weight: 600;
  margin: 30px 0 10px;
}

#content-meniu h4 {
  color: #531b60;
  font-size: 25px;
  font-weight: 600;
  margin: 30px 0 10px;
}

#content a {
  color: #ff9600;
}

.mov{
	width:164px;
	height:240px;
	background-image:url(../images/mov_of.jpg);
	display:block;
}

.mov:hover{
	width:164px;
	height:240px;
	background-image:url(../images/mov_on.jpg);
	
}

.orange{
	width:164px;
	height:239px;
	background-image:url(../images/orange_of.jpg);
	display:block;
}

.orange:hover{
	width:164px;
	height:239px;
	background-image:url(../images/orange_on.jpg);
	
}

.green{
	width:164px;
	height:239px;
	background-image:url(../images/green_of.jpg);
	display:block;
	background-repeat:no-repeat;
}

.green:hover{
	width:164px;
	height:239px;
	background-image:url(../images/green_on.jpg);
	
}
.read_more{
	font-size:15px;
	font-weight: 900;
	color:#482347;
	text-decoration:none;
	
}
.read_more:hover{
	font-size:15px;
	font-weight: 900;
	color:#783876;
	text-decoration:none;
}



.footer-title {
  clear: both;
  margin: 0 auto;
  padding-top: 60px;
  width: 950px;
}

.footer-title h4 {
  background-color: #2da0a3;
  color: #fff;
  display: block;
  float: left;
  font-size: 16px;
  margin: 0;
  padding: 5px 10px;    font-weight: normal;
}

.footer-title-green {
  clear: both;
  margin: 0 auto;
  padding-top: 60px;
  width: 950px;
}

.footer-title-green h4 {
  background-color: #008000;
  color: #fff;
  display: block;
  float: left;
  font-size: 22px;
  margin: 0;
  padding: 5px 10px;
}

#big_one {
	background-color: #fbfbfb;
  background-image: url("../images/big_one.png");
  background-position: center center;
  background-repeat: no-repeat;
  clear: both;
  height: 106px;
  margin: 0 auto;
  width: 100%;
}


#footer {
  background-color: #036a69;
  /*background-image: url("../images/footer.png");*/
  background-position: center center;
  background-repeat: no-repeat;
  height: 202px;
  width: 100%;    clear:both;
}

.footer-content {
  background-position: center center;
  background-repeat: no-repeat;
  margin: 0 auto;
  width: 950px;
}
.top-footer { width:100%; float:left; display:block; }
.logo-mic { float:left; width:50% text-align:left; }
.fb {
  float: right;
  padding-top: 50px;
}
#footer ul.links-footer {
  color: #fff;
  float: left;
  font-size: 12px;
  list-style: none outside none;
  margin: 20px 0;
  padding: 0;
  width: 50%;
}

#footer ul.links-footer li {
  display: inline-block;
  padding: 4px 10px;
  text-transform: uppercase;
  color: #fff;
}

#footer ul.links-footer li a { color: #fff; text-decoration:none; font-weight:500; padding:0px; margin:0px;  }
#footer ul.links-footer li  a:hover { color: #ff9600; }
.top-footer {
  clear: both;
  display: block;
  float: left;
  width: 100%;
}
/* Form style */

.error { color:#eb2f01; }
.success { color:#2da0a3; /*font-weight: bold;*/ }

.form-style-2{
    max-width: 950px;
    padding: 20px 12px 10px 0px;
    font-size: 16px;
}
.form-style-2-heading{
    font-weight: bold;
    font-style: italic;
    border-bottom: 2px solid #ddd;
    margin-bottom: 20px;
    font-size: 15px;
    padding-bottom: 3px;
}
.form-style-2 label{
    display: block;
    margin: 0px 0px 15px 0px;
}

.form-style-2 label > span{
    width: 250px;
    font-weight: bold;
    float: left;
    padding-right: 5px;
}



.form-style-2 span.required{
    color:#eb2f01;
	float:none;
}
.form-style-2 .tel-number-field{
    width: 100px;
    text-align: center;
}
.form-style-2 input.input-field{
    width: 48%; 
}

.form-style-2 input.input-field, 
.form-style-2 .tel-number-field, 
.form-style-2 .textarea-field, 
 .form-style-2 .select-field,
.form-style-2 .select-multiple{
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border: 1px solid #C2C2C2;
    box-shadow: 1px 1px 4px #EBEBEB;
    -moz-box-shadow: 1px 1px 4px #EBEBEB;
    -webkit-box-shadow: 1px 1px 4px #EBEBEB;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    padding: 7px;
    outline: none;
}
.form-style-2 .input-field:focus, 
.form-style-2 .tel-number-field:focus, 
.form-style-2 .textarea-field:focus,  
.form-style-2 .select-field:focus{
    border: 1px solid #ff9600;
}
.form-style-2 .textarea-field{
    height:100px;
    /*width: 55%;*/
    width: 48%;
}

.form-style-2 .select-multiple{
    height:110px;
    width: 48%;
}

.form-style-2 input[type=submit],
.form-style-2 input[type=reset],
.form-style-2 input[type=button]{
    border: none;
    padding: 8px 25px 8px 25px;
    background: #ff9600;
    color: #fff;
    box-shadow: 1px 1px 4px #DADADA;
    -moz-box-shadow: 1px 1px 4px #DADADA;
    -webkit-box-shadow: 1px 1px 4px #DADADA;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
	font-size:16px;
}
.form-style-2 input[type=submit]:hover,
.form-style-2 input[type=reset]:hover,
.form-style-2 input[type=button]:hover{
    background: #036a69;
    color: #fff;
}

.donatie  label > span{
    width: 350px;
}

.donatie .custom-span {
  display: block;
  margin: 10px 0 10px 355px;
  width: 600px;
}
.donatie .custom-span label {
    display: inline;
    margin:0;
    padding:0;
}

a.button {
	background: none repeat scroll 0 0 #ff9600 !important;
	border: medium none;
	border-radius: 3px;
	box-shadow: 1px 1px 4px #dadada;
	color: #fff !important;
	/*float: left;*/
	font-size: 16px;
	margin: 20px 20px 20px 0;
	padding: 8px 25px;
	text-decoration: none;
}

a.button:hover {
	background: #036a69 !important;
	color: #fff !important;
	text-decoration:none;
}
.pag-proiect h2 { width:60%; float:left; }
.obiectiv-proiect {
  float: right;
  font-size: 18px;
  /*padding-top: 60px;*/ // NNN
  text-align: right;
  width: 40%;
}
.obiectiv-proiect .c1 { margin-right:20px; }

.extra-footer-div {
  color: #fff;
  display: block;
  float: right;
  font-size: 12px;
  margin: 20px 0;
  text-align: right;
  width: 50%;
}
ul.extra-footer {
  bottom: 10px;
  display: inline;
  list-style: none outside none;
  margin: 0;
  padding: 0 0 0 5px;
  text-align: right;
}
ul.extra-footer li {
  float: right;
  text-transform: uppercase;
}
ul.extra-footer a { padding:3px 10px;
	display:block;
	color:#fff;
	text-decoration:none;
	font-weight:500; }
ul.extra-footer a:hover { color: #ff9600; }

h4 { /*font-size:20px !important; taken out for supporting smaller footer buttons*/ } 
.regulament table { width:100%; }

.sponsori {
  //background-color: #fbfbfb;
  float:left;
  width: 100%;
}

.sponsori-content {
  margin: 0 auto;
  width: 950px;
  clear:both;
}
.logos ul {
  list-style: none outside none;
  margin: 0;
  padding: 0;
}
.logos  img { padding:0px 0px; }
.logos ul li {
  float: left;
  padding: 0 0 0 0;
  /*text-align: center;*/
  /*width: 150px;*/
}
/*
.logos .row2-footer ul li { float:left; width:550px; }
.row2-footer {
  margin-left: 35px;
}*/
.row1-footer, .row2-footer, .row3-footer, .row4-footer { float:left; width:100%; }
.row1-footer { float:left; width:60%; }
.row2-footer { float:left; width:100%; }
.row2-footer ul li { width: auto; height:100px; }

.logos .row3-footer ul li  { width:100%; vertical-align:middle; }
.logos .row3-footer img { vertical-align:middle; }




.scontainer {
    display: block;
    margin:0 auto;
}

.scontainer h4 {
    font-size:16px;
    color:#0087f1;
}

.swrap {
	clear: both;
    position:relative;
    overflow:hidden;
    /*padding:10px;*/
}

.sgradient {
    width:100%;
    height:35px;
    background:url(/images/bg-gradient.png) repeat-x;
    position:absolute;
    bottom:0;
    left:0;
}

.sread-more {
    /*border-top:4px double #ddd;*/
    background:#fff;
    color:#333;
    /*padding:5px;*/
}

.sread-more a {
    padding-right:22px;
    background:url(/images/icon-arrow.gif) no-repeat 100% 50%;
    font-weight:700;
    text-decoration:none;
}

.sread-more a:hover {
    color:#000;
}

.padded {
    padding: 0 300px 0 0;
}

.home-btn {
    border:2px solid white;
    background-color: #ff9600;
    color: white;
    margin-right: 20px;
    margin-top: 30px;
    font-size: 18px;
    padding: 5px 10px 5px 10px;
    text-decoration: none;
}

.home-btn:hover {
    border:2px solid white;
    background-color: #ff9600 ;
    color: white;
    margin-right: 20px;
    margin-top: 30px;
    font-size: 18px;
    padding: 5px 10px 5px 10px;
    text-decoration: none;
}


.tipdonatii-btn {
    border:none;
    background-color: #ff9600;
    color: white;
    font-size: 18px;
    padding: 8px 15px 8px 15px;
    text-decoration: none;
}

.tipdonatiisel-btn, .tipdonatii-btn:hover {
    border:none;
    background-color: #9d6b9e;;
    color: white;
    font-size: 18px;
    padding: 8px 15px 8px 15px;
    text-decoration: none;
}

.tipdonatii-btn: {
    border:none;
    background-color: #9d6b9e;;
    color: white;
    font-size: 18px;
    padding: 8px 15px 8px 15px;
    text-decoration: none;
	font-weight: bolder;
}

#progressBar {
    width: 100%;
    height: 22px;
    border: 1px solid #111;
    background-color: #292929;
}
.progressBar {
    width: 100%;
    height: 22px;
    border: 1px solid #111;
    background-color: #292929;
}

.progressBar div {
    height: 100%;
    color: #fff;
    text-align: right;
    line-height: 22px; /* same as #progressBar height if we want text middle aligned */
    width: 0;
    background-color: #0099ff;
}

#progressBar div {
    height: 100%;
    color: #fff;
    text-align: right;
    line-height: 22px; /* same as #progressBar height if we want text middle aligned */
    width: 0;
    background-color: #0099ff;
}

.jquery-ui-like {
	border-radius: 4px;
	background: #FFF;
	border: 1px solid #AAA;
	overflow: hidden;		
}
.jquery-ui-like div {
	background-image: url(/images/pbar-ani.gif);
	border-right: 1px solid #AAA;
}

.flex-container {
  display: flex;
  flex-wrap: nowrap;
  /*background-color: DodgerBlue;*/
}

.flex-container > div {
  /*background-color: #f1f1f1;*/
  height: 70px;
  margin: 20px;
  text-align: center;
  line-height: 75px;
  font-size: 30px;
}

/* For Posts List by CodexWorld */
.posts_list{ 
margin-bottom:20px;
}
div.list_item {
border-left: 4px solid #7ad03a;
padding: 1px 12px;
background-color:#F1F1F1;
-webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);
box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);
}
div.list_item {
margin: 5px 15px 2px;
}
div.list_item p {
margin: .5em 0;
padding: 2px;
font-size: 13px;
line-height: 1.5;
}
.list_item a {
text-decoration: none;
padding-bottom: 2px;
color: #0074a2;
-webkit-transition-property: border,background,color;
transition-property: border,background,color;-webkit-transition-duration: .05s;
transition-duration: .05s;
-webkit-transition-timing-function: ease-in-out;
transition-timing-function: ease-in-out;
}
.list_item a:hover{ 
text-decoration:underline;
}
/* For Loading Overlay by CodexWorld */
.post-wrapper{position: relative;}
.loading-overlay{display: none;position: absolute;left: 0; top: 0; right: 0; bottom: 0;z-index: 2;background: rgba(255,255,255,0.7);}
.overlay-content {
    position: absolute;
    transform: translateY(-50%);
     -webkit-transform: translateY(-50%);
     -ms-transform: translateY(-50%);
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    color: #555;
}
/* For Pagination Links by CodexWorld */
div.pagination {
	font-family: "Lucida Sans Unicode", "Lucida Grande", LucidaGrande, "Lucida Sans", Geneva, Verdana, sans-serif;
	padding:20px;
	margin:7px;
}

div.post-search-panel{
	width: 950px;
	height: auto;
	margin: 0 auto;
	background-position:center;
	background-repeat:no-repeat;
	background-color: #FFF;
}

div.pagination a {
	margin: 2px;
	padding: 0.5em 0.64em 0.43em 0.64em;
	background-color: #9d6b9e;
	text-decoration: none;
	color: #fff;
}
div.pagination a:hover, div.pagination a:active {
	padding: 0.5em 0.64em 0.43em 0.64em;
	margin: 2px;
	background-color: #531b60;
	color: #fff;
}
div.pagination span.current {
    padding: 0.5em 0.64em 0.43em 0.64em;
    margin: 2px;
    background-color: #f6efcc;
    color: #6d643c;
}
div.pagination span.disabled {
    display:none;
}

.divTable{
	display: table;
	width: 100%;
}
.divTableRow {
	display: table-row;
}
.divTableHeading {
	background-color: #2da0a3;
	display: table-header-group;
}
.divTableHead {
	border: 1px solid #999999;
	display: table-cell;
	padding: 3px 10px;
	
    font-family: 'Exo 2', sans-serif !important;
	font-size:15px;
	font-weight: 700;
	color:#ffffff;
	clear:both;
	text-align:justify;
}

.divTableCell{
	border: 1px solid #036a69;
	display: table-cell;
	padding: 3px 10px;
	
    font-family: 'Exo 2', sans-serif !important;
	font-size:15px;
	font-weight: 500;
	color:#036a69;
	clear:both;
	text-align:justify;

}
.divTableHeading {
	background-color: #2da0a3;
	display: table-header-group;
	font-weight: bold;
}
.divTableFoot {
	background-color: #EEE;
	display: table-footer-group;
	font-weight: bold;
}
.divTableBody {
	display: table-row-group;
}


.divTableCorp{
	display: table;
	width: 100%;
}
.divTableRowCorp {
	display: table-row;
}
.divTableHeadingCorp {
	background-color: #EEE;
	display: table-header-group;
}
.divTableHeadCorp {
	border: 1px solid #036a69;
	display: table-cell;
	padding: 3px 10px;
	
    font-family: 'Exo 2', sans-serif !important;
	font-size:15px;
	font-weight: 700;
	color:#9d6b9e;
	clear:both;
	text-align:justify;
}

.divTableCellCorp{
	border: 0px;
	display: table-cell;
	padding: 3px 10px;
	
    font-family: 'Exo 2', sans-serif !important;
	font-size:15px;
	font-weight: 500;
	color:#9d6b9e;
	clear:both;
	text-align:justify;

}
.divTableHeadingCorp {
	background-color: #EEE;
	display: table-header-group;
	font-weight: bold;
}
.divTableFootCorp {
	background-color: #EEE;
	display: table-footer-group;
	font-weight: bold;
}
.divTableBodyCorp {
	display: table-row-group;
}


.proiectAdmin{
	/*
	border-bottom-style:solid;
	border-bottom-width:1px;
	*/
	margin: 20px 0px 10px 0px;
	padding: 5px 5px 5px 10px;
	background: rgba(3, 106, 105, 0.2);
	color: #036a69;
	border-right-style: solid;
	border-right-width: 10px;
}


.proiectAdmin:hover{
	/*
	border-bottom-style:solid;
	border-bottom-width:1px;
	*/
	margin: 20px 0px 10px 0px;
	padding: 5px 5px 5px 10px;
	background: rgba(3, 106, 105, 0.3);/*0.7*/
	/*color: white;*/
	color: #036a69;
	border-right-style: solid;
	border-right-width: 10px;
}


.stare1{
	border-right-color: red;
}
.stare2{
	border-right-color: orange;
}
.stare3{
	border-right-color: lightgreen;
}
.stare4{
	border-right-color: lightgreen;
}
