.navbar-brand{
	height:65px;
	padding:20px 15px; 
}
.navbar-fixed-top{
	background:#ffffff;
	border-bottom:1px solid #eeeeee;
}
.navbar-nav > li > a{
	line-height:45px!important;
	padding:10px 25px;
	color:#000000;
	text-transform:uppercase;
	font-weight:500;
}
.navbar-nav > li:hover > a{
	color:#006db7;
}
.navbar-toggle .icon-bar{
	background:#006db7;
}
.section-title{
	color:#286090!important; 
}
.black{
	color:#000000;
	font-weight:700!important; 
}
.seo-tags tag{
    font-size: 12px!important;
    line-height: 12px!important;
}
.no-padding{
	padding:5px!important; 
}
.seo-tags .cs-section-title h3 span{
	background: #f5f5f5;
}
.seo-tags .cs-section-title h3 {
    font-size: 15px !important;
    font-weight: normal !important;
    text-align: center;
    text-transform: uppercase;
	color: #004469;
	margin:0px!important; 
} 
.no-margin{
	margin:0px!important; 
}
.img-fluid {
    display: block;
    max-width: 100%;
    height: auto;
}
.carousel-evaluare{
	position: absolute;
	top: 50%;
	margin-top: -20px;
	text-align: center;
	width: 100%;
}
.carousel-evaluare h2{
	color:#efd71f;
	font-size:40px;
	font-weight:bold;
	display:inline;
	padding:25px 50px;
	background:rgba(0,0,0,0.3);
}

/**
 * ----------------------------------------
 * animation pulsate-bck
 * ----------------------------------------
 */
@-webkit-keyframes pulsate-bck {
  0% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
@keyframes pulsate-bck {
  0% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}

/**
 * ----------------------------------------
 * animation pulsate-fwd
 * ----------------------------------------
 */
@-webkit-keyframes pulsate-fwd {
  0% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  50% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
  100% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
@keyframes pulsate-fwd {
  0% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  50% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
  100% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}


.pulsate-bck {
	-webkit-animation: pulsate-bck 2s ease-in-out infinite both;
	        animation: pulsate-bck 2s ease-in-out infinite both;
}

.pulsate-fwd {
	-webkit-animation: pulsate-fwd 2s ease-in-out infinite both;
	        animation: pulsate-fwd 2s ease-in-out infinite both;
}

.top-phone{
	float: right;
	margin-left:50px;
}
.top-phone a{
	text-decoration: none;
	font-weight: bold;
}
.top-phone h3{
	font-weight: bold;
	color:#d90101;
}
.navbar-right{
	float:none!important;
	text-align: center;
}
.navbar-nav > li{
	float:none;
	display:inline-block;
}