/*fonts*/


/*@font-face {*/

/*font-family: proximaNova-light;*/

/*src: url('fonts/ProximaNova-Light.otf');*/

/*}*/
@font-face {
    font-family:'openSansBold';
    src: url('fonts/opensans-bold_0-webfont.eot');
    src: url('fonts/opensans-bold_0-webfont.eot?#iefix') format('embedded-opentype'),
        url('fonts/opensans-bold_0-webfont.woff') format('woff'),
        url('fonts/opensans-bold_0-webfont.ttf') format('truetype'),
        url('fonts/opensans-bold_0-webfont.svg#open_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'openSansCondesedBold';
    src: url('fonts/opensans-condbold-webfont.eot');
    src: url('fonts/opensans-condbold-webfont.eot?#iefix') format('embedded-opentype'),
        url('fonts/opensans-condbold-webfont.woff') format('woff'),
        url('fonts/opensans-condbold-webfont.ttf') format('truetype'),
        url('fonts/opensans-condbold-webfont.svg#open_sans_condensedbold') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'openSansCondesedLight';
    src: url('fonts/opensans-condlight-webfont.eot');
    src: url('fonts/opensans-condlight-webfont.eot?#iefix') format('embedded-opentype'),
        url('fonts/opensans-condlight-webfont.woff') format('woff'),
        url('fonts/opensans-condlight-webfont.ttf') format('truetype'),
        url('fonts/opensans-condlight-webfont.svg#open_sanscondensed_light') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'proximaNova-light';
    src: url('fonts/proximanova-light-webfont.eot');
    src: url('fonts/proximanova-light-webfont.eot?#iefix') format('embedded-opentype'),
        url('fonts/proximanova-light-webfont.woff') format('woff'),
        url('fonts/proximanova-light-webfont.ttf') format('truetype'),
        url('fonts/proximanova-light-webfont.svg#proxima_novalight') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'openSansLight';
    src: url('fonts/opensans-light_0-webfont.eot');
    src: url('fonts/opensans-light_0-webfont.eot?#iefix') format('embedded-opentype'),
        url('fonts/opensans-light_0-webfont.woff') format('woff'),
        url('fonts/opensans-light_0-webfont.ttf') format('truetype'),
        url('fonts/opensans-light_0-webfont.svg#open_sanslight') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'openSansCondensedBold';
    src: url('fonts/opensans-condbold-webfont.eot');
    src: url('fonts/opensans-condbold-webfont.eot?#iefix') format('embedded-opentype'),
        url('fonts/opensans-condbold-webfont.woff') format('woff'),
        url('fonts/opensans-condbold-webfont.ttf') format('truetype'),
        url('fonts/opensans-condbold-webfont.svg#open_sans_condensedbold') format('svg');
    font-weight: normal;
    font-style: normal;

}


/*@font-face {*/
/*font-family: openSansLight;*/
/*src: url('fonts/OpenSans-Light_0.ttf');*/

/*}*/

@font-face {

    font-family: openSansSemibold;

    src: url('fonts/OpenSans-Semibold_0.ttf');


}

/*@font-face {*/

/*font-family: openSansBold;*/

/*src: url('fonts/OpenSans-Bold_0.ttf');*/

/*}*/

/*@font-face {*/

/*font-family: openSansCondesedBold;*/

/*src: url('fonts/OpenSans-CondBold.ttf');*/


/*}*/

/*@font-face {*/

/*font-family: proximaNova-light;*/

/*src: url('fonts/OpenSans-Light_0.ttf');*/


/*}*/

/*@font-face {*/

/*font-family: openSans-regular;*/
/*src: url('fonts/OpenSans-Regular_0.ttf');*/

/*}*/
@font-face {
    font-family: 'openSans-regular';
    src: url('fonts/opensans-regular-webfont.eot');
    src: url('fonts/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
        url('fonts/opensans-regular-webfont.woff') format('woff'),
        url('fonts/opensans-regular-webfont.ttf') format('truetype'),
        url('fonts/opensans-regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
input, textarea:focus {
    border: 0;
}

body {

    margin: 0;

    padding: 0;

    font-size: 12px;

    background: #efefef !important;

}

div.text-blue {
    font-size: 14px;
    font-weight: bold;
    margin: 0;
    padding: 0;
    color: #20509c;
    font-family: 'opensansbold';
}
div.text-blue-no-bold{

    font-size: 14px;
    margin: 0;
    padding: 0;
    color: #20509c;
    font-family: 'opensans-regular';

}
.padding-top-bottom-15 {
    padding: 15px 0;
}

.wrapper {

    width: 1024px;

    height: auto;

    display: block;

    margin: 0 auto;

    position: relative;

}

textarea {

    resize: none;

}

/*BEGIN HEADER*/

#header {

    display: block;

    background: rgb(255, 255, 255);

    height: 100px;

    min-width: 1024px;
}

.logo {

    height: 100px;

    width: 90px;

    position: absolute;

}

.logo img {

    margin: 5px;

}

.bdtlo {
    position: relative;
    height: 17px;
    display: inline-block;
    font-size: 13px;
    margin: 10px;
}

.bdtl {
    position: absolute; 
    width: 100%;
    height: 100%;
    background: #EFEFEF;
    z-index: 2;
}

.header-element {

    position: absolute;

    left: 100px;

    width: 925px;

}



.header-element .site-name{
    line-height:58px;
    font-size: 25px;



}
.header-element .site-name a{
    font-family: 'openSans-regular';
    color: #7c8e90;
}

.header-element .social-search {

    position: absolute;

    left: 580px;

    top: 27px;

}

.header-element .lang {
    position: absolute;
    top: 27px;
    right: 10px;
}

.header-element .lang a {
    background: url("../images/btnlng.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: white;
    display: block;
    font-family: 'openSans-regular';
    font-size: 14px;
    height: 30px;
    line-height: 29px;
    text-align: left;
    text-decoration: none;
    text-indent: 6px;
    width: 42px;
    z-index: 102;
    position: relative;
}

.header-element .lng {
    position: absolute;
    height: auto;
    display: block;
    right: 22px;
    top: 60px;
    width: 30px;
    background: #EFEFEF;
    color: #7C8E8F;
    padding: 5px;
    padding-top: 10px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    z-index: 100;
}

.header-element .lng a {

    color: #7C8E8F;

    font-family: 'opensanslight';

}

.header-element .lang img {

    position: absolute;

    right: 0;

    top: 13px;

}

/*BEGIN CAROUSEL*/

.wrapper-carousel {

    position: absolute;

    width: 100%;

    height: 490px;

    overflow: hidden;
    
    min-width: 1024px;

}

.carousel-inner .item {

    overflow: hidden;

    height: 500px;

    width: 100%;
    
    min-width: 1024px;

}

.carousel-indicators {

    display: none;

}

div.carousel-caption {

    display: none;

    position: absolute;

    text-align: right;

}

/*BEGIN menu*/

#top-menu {

    margin: 0;

    padding: 0;

    list-style-type: none;

    border-bottom: 3px solid #FFFFFF;

    z-index: 9999;

}

#top-menu > li.active {

    border-bottom: 0;
}

#top-menu > li.active a {
    height: 75px;
}

#top-menu > li {
    position: relative;
    float: left;
}

#top-menu > li > a.about {

    width: 206px;

}

#top-menu > li > a.contact {

    width: 206px;

}

#top-menu > li > a {

    display: block;

    width: 204px;

    height: 52px;

    color: #FFFFFF;

    font-family: openSans-regular;

    font-size: 20px;

    padding: 10px 0 0 20px;

    text-decoration: none;

}

#top-menu > li > a.principala {
    background-color: #17a2c0;
}

#top-menu > li > a.principala:hover {
}

#top-menu > li > a.about {
    background: #a4ca22;
    background-image: url('../images/down.png');
    background-repeat: no-repeat;
    background-position: 177px 25px;
}

#top-menu > li > a.subdiviziuni {
    background: #2466cf;
    background-image: url('../images/down.png');
    background-repeat: no-repeat;
    background-position: 177px 25px;
}

#top-menu > li > a.evenimente {
    background: #ff793e;
    background-image: url('../images/down.png');
    background-repeat: no-repeat;
    background-position: 177px 25px;
}

#top-menu > li > a.contact {
    background: #ffb93e;
}

#top-menu > li > a.contact:hover {
}

#top-menu > li:hover>a:not(.contact):not(.principala) {

    background-image: url('../images/up.png');

    background-repeat: no-repeat;

    background-position: 177px 25px;

}

#top-menu > li div {
    /*display: none;*/
    position: absolute;
    min-width: 490px;
    margin-top: 0px;
    z-index: 1;
}
#top-menu > li div.submenu-evenimente {
    min-width: 204px;
}


#top-menu > li.active div {
    display: none;
    position: absolute;
    margin-top: 0px;

    z-index: 1;

}
#top-menu >li:hover ul li{
    display:block !important;
}
#top-menu > li:hover div.submenu {
    margin-left: 0px;
    display: block;
    padding: 0;

}

#top-menu > li:hover div.submenu-evenimente {
}

#top-menu > li > div > ul {
    list-style-type: none;
    /*padding: 15px 20px;*/
    margin:0;
    padding:0;
    display: block;
    float: left;
}

#top-menu > li > div > ul > li {

    display: block;
    width:245px;
    float:left;
    height:auto;
}

#top-menu > li div.submenu-evenimente > ul > li {
    width: 204px;
}


#top-menu > li > div > ul > li > a {
    color: #FFFFFF;
    text-decoration: none;
    font-size: 16px;
    font-family: 'openSans-regular';
    padding:10px 25px;
    display:block;

}

/*SUBMENU LINK HOVER*/
#top-menu>li>div.submenu ul li img{
    display:none;
    margin-left:-4px;
}
#top-menu>li>div.submenu ul li:hover  img{
    display:block;
}
#top-menu>li> div.about-us ul li a:hover{
    background-color:#a4ca22;
}
#top-menu>li> div.submenu-subdiviziuni ul li a:hover{
    background-color:#2c70dc;
}
#top-menu>li> div.about-us ul li a:hover{
    background-color:#afd62b;
}
#top-menu>li> div.submenu-evenimente ul li a:hover{
    background-color:#ff8b58;
}




/*END SUBMENU LINK HOVER*/


#top-menu > li div.about-us {

    background: #a4ca22;

}

.submenu-subdiviziuni {

    background: #2466cf;

}

.submenu-evenimente {

    background: #ff793e;

}

.category {

    display: block;

    width: 330px;

    height: auto;

    float: left;

    background: #FFFFFF;

}

.category-shadow {
    height: 1px;
    margin-top: 1px;
    box-shadow: 0 1px 2px #CCC;
    display: block;
}

#middle-category {

    margin: 0 17px;

}

.category .header-category {

    display: block;

    height: 52px;

    font-family: openSansCondesedBold;

    font-size: 21px; 

    background: #2466cf;

    color: #FFFFFF;

}

.category p {

    margin: 0;

    padding: 0;

}

.icon {

    margin: 20px;

}

.category ul {

    margin: 20px 20px 20px 15px;

    padding: 0 0 0 25px;

    list-style-image: url(../images/list-type.png);
    min-height: 88px;

}

.category li a {
    font-size: 16px;
    font-family: openSans-regular;
    color: #7c8e90;
}

.category li a {
    text-decoration: none;
}

.cat {

    margin-top: 280px;

}

.clear {

    clear: both;

    margin: 0;

    padding: 0;

}

/*content*/

.content .left-content {

    float: left;

    width: 261px;

}

.content .center-content {

    width: 448px;

    margin-left: 27px;

    /*margin:0 288px;*/

    float: left;

}

.content .right-content {

    float: right;

    width: 261px;

}

.margin-top-30 {

    margin-top: 30px;

}

.left-menu {

    background: #FFFFFF;

}

.left-menu .menu {
    margin: 0;
    display: block;
    position: relative;
    color: #FFFFFF;
    font-size: 19px;
    text-align: center;
    font-family: openSansCondesedBold;
    background: #ff793e;
    padding:10px 0;
}

.left-menu .menu > span {

    position: absolute;

    bottom: -5px;

    left: 128px;

}

.left-menu ul {

    list-style-image: url('../images/arrow.png');

    padding-top: 20px;

    padding-left: 35px;

    padding-bottom: 20px;
}

.left-menu ul ul {
    margin: 0;
    padding: 0;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-left: 20px;
}

.left-menu ul a.active {
    color: #ff793e;
}

.left-menu ul a {

    font-family: 'openSans-regular';

    font-size: 14px;

    color: #525252;
    line-height:30px;

}

.tema-saptaminii {

    display: block;

    margin: 0;

    padding: 0;

    position: relative;
    background:#f3f3f3;
    margin-top: 20px;


}
.tema-saptaminii .line-1{
    height:10px;
}

.tema-saptaminii p {

    mrgin: 0;

    padding: 0;

}

.tema-saptaminii > p {

    display: block;

    color: #FFFFFF;

    background: #2e3d47;

    text-align: center;

    font-family: openSansCondensedBold;

    font-size: 19px;


    position: relative;

}

.tema-saptaminii > p > span {

    position: absolute;

    bottom: -5px;

    left: 128px;

}

.tema-saptaminii p.tema {

    margin: 0;
    background: #2E3D47;
    text-align: center;
    font-family: openSansCondesedBold;
    font-size: 19px;
    padding: 10px 0;

}

.padding-20 {

    padding: 20px 20px 5px 20px;

}

.tema-saptaminii .padding-20 > p {

    font-family: 'openSansBold';

    color: #3b3b3b;

    font-size: 15px;

    margin: 0;

    padding: 0;

}

img.margin-top-2 {

    margin-top: 2px;

}

.tema-saptaminii p.color-p {
    font-size: 12px;
    font-family: 'openSans-regular';
    margin-top:3px;
    color: #7c8e90;
}

.line-1 {

    height: 4px;

    display: block;

    background-image: url(../images/line.png);

}

.tema-saptaminii p.tema-bottom-text {

    margin-top: 15px;

    font-size: 13px;

    color: #747474;

    font-family: 'openSans-regular';
    text-align: justify;

}

.center-content .felicitare {

    background: #FFFFFF;

    position: relative;

}
.text-felicitare{
    float:right;
    margin:10px 20px;
    width:240px;
}
.felicitare .img {

    position: relative;

}

.felicitare .img span.arrow {

    position: absolute;

    top: 73px;

    right: 0;

}

.center-content .felicitare .img {

    display: block;

    height: auto;

    width: 166px;

    float: left;

}

.center-content .felicitare .text {

    float: right;

    width: 242px;

}

.center-content .felicitare .text > .den, .den {
    text-transform: uppercase;
    font-size: 23px;
    font-family: 'openSansCondesed';
    font-weight: bold;
    height: 34px;
    color: #2466CF;
    margin: 0;
    padding: 0;

}

.right {
    width: 550px;
    float: right;
}

.padding-top-bottom-10 {
    padding: 10px 0;
}

.acte-necesare div.first {
    display: block;
    float: left;
    width: 260px;
    margin: 10px 0 0 0 ;
    font-size:13px;
    font-family:'openSans-regular';
    color:#2e3d47;


}

.acte-necesare div.last {
    display: block;
    float: left;
    width: 260px;
    margin: 0;
    margin: 10px 0 0 0 ;
    font-size:13px;
    font-family:'openSans-regular';
    color:#2e3d47;
}

.acte-necesare div.second {
    width: 260px;
    position: absolute;
    margin-top: 45px;
    display: block;
    float: left;
    font-size:13px;
    font-family:'openSans-regular';
    color:#2e3d47;

}
.margin-text{
    margin:10px;
}

.margin-10 {

    margin: 5px 20px 5px 20px;

}

.center-content .felicitare .text-descriere {
    color: #626262;
    font-family:'openSans-regular';
    font-size: 18px;
    line-height:22px;

}

.news-wrapper .news-title-top {
    font-size: 23px;
    color: #3e4748;
    font-family: 'openSansCondensedBold';
    border-bottom: 1px solid #9ba9ab;
    margin-top: 0;
    margin-bottom: 15px;
    border-bottom:2px solid #9ba9ab;
}

.news-wrapper .news {
    width: 208px;
    float: left;
    display: block;
    margin-top: 15px;
    height: 265px;
    position: relative;
}

.bot-seg {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 208px;
}

.bot-seg img {
    margin-top: -10px;
}

.news-wrapper .news-text {
    color: #626262;
    height: 145px;
    font-size: 13px;
    font-family: 'openSans-regular';
    display:block;
    overflow: hidden;
}

.news-wrapper .news-title span.text a {
    font-size: 14px;
    font-family: "openSansBold";
    color: #20509c;
}

span.date {
    position: relative;
}

.news-wrapper .news-title .date, span.date {

    color: white;
    size: 13px;
    font-family: 'openSans-regular';
    background: #F6BD59;
    padding: 6px 10px;
    position: relative;
    margin-right: 6px;
    display: block;
    width: 77px;
    float: left;


}

.news-wrapper .news-title .date .arrow, span.date .arrow {

    position: absolute;
    right: -5px;
    top: 10px;

}

.margin-top-bottom-5 {

    margin: 5px 0;

}

.margin-right-30 {

    margin-right: 30px;

}

.see-oll {

    text-align: right;

    font-size: 11px;

    color: #2466cf;

    font-family: 'openSansBold';

    font-weight: bold;

}

/*Right formular de contact*/

.formular-de-contact {
    background-color: #FFFFFF;
    background-image: url(../images/form-contact.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    padding-bottom:10px;
}

.formular-de-contact div.title {

    font-family: 'openSansCondesedBold';
    font-size: 19px;
    text-align: center;
    color: #FFFFFF;
    background: #17c0bb;
    position: relative;
    padding:10px 0;
}

.formular-de-contact div.title span.arrow {

    position: absolute;

    bottom: -5px;

    left: 128px;

}

.formular-de-contact form.form {

    opacity: 0.7;

    margin: 23px 10px 5px 10px;

}

.formular-de-contact p {

    margin: 0;

    padding: 0;

}

.formular-de-contact table td {

    padding-top: 6px;

}

.formular-de-contact table tr input[type="text"] {
    width: 161px;
    background: #9ba9ab;
    border: 0;
    color: #FFFFFF;
    height: 24px;
    font-size:14px;
    font-family:'openSans-regular';
    line-height: 24px;
    padding-left:5px;

}

.formular-de-contact table tr input[type="button"] {

    color: #FFFFFF;

    background: #17c0bb;

    font-family: 'openSans-regular';

    font-size: 15px;

    height: 24px;

    line-height: 24px;

    border: 0;

}
.formular-de-contact table tr .btn2{

    color: #FFFFFF;

    background: #17c0bb;

    font-family: 'openSans-regular';

    font-size: 15px;

    height: 24px;

    line-height: 24px;

    width:94px;
    margin:0;
    padding:0;

    margin-left:5px;

}

.formular-de-contact table tr textarea {
    font-size:14px;
    font-family:'openSans-regular';
    padding-left:5px;
    width: 161px;
    background: #9ba9ab;
    border: 0;
    color: #FFFFFF;
    height:62px;
}

.margin-btn {

    margin-right: 5px;

}

a.agenda-telefonica {

    color: #17c0bb !important;

    font-family: 'openSans-regular';

    font-size: 13px;

    text-decoration: underline;

    margin: 0 0 0 10px;

}

.aparare-drepturi-consumator {

    background-color:#FFFFFF;

    margin-top: 20px;
    margin-bottom: 30px;


}

.aparare-drepturi-consumator .title {
    display: block;
    background: #a6bb42;
    color: #FFFFFF;
    font-size: 18px;
    padding:10px 2px;
    font-family: 'openSansCondesedBold';
    text-align: center;
    position: relative;

}

.aparare-drepturi-consumator .title span.arrow {

    position: absolute;

    bottom: -5px;

    left: 128px;

}

.aparare-drepturi-consumator table td {
    margin: 0;
    padding: 0;
    color: #6b6b6b;
    font-size: 15px;
    font-family: 'openSans-regular';
    margin:0;
    padding:0;

}

.aparare-drepturi-consumator span img {

    margin-right: 10px;

    vertical-align: top;

}

.aparare-drepturi-consumator .centre-rm {
    color: #9eb437;
    font-size: 18px;
    font-family: 'openSansCondesedBold';
    padding-top: 7px;
}

.padding-15 {

    padding: 15px 15px 5px;

}

.aparare-drepturi-consumator .margin-bottom {

    margin-bottom: 5px;

}

.aparare-drepturi-consumator table td {

    padding-top: 2px;

    padding-bottom: 2px;

}

#footer {
    background-color:#2E3D47;
    margin: 0;
    margin-top:20px;
    padding-bottom:50px;
    min-width: 1024px;
}
#footer li.urmaritine{
    font-size:12px;
    margin-top:50px;

}
#footer .footer-bg {

    height: 43px;

    background: #2a373f;

    display: block;

    position: absolute;

    width: 100%;

}

.footer-group {

    display: block;

    float: left;

    width: 202px;

}

.footer-group ul {

    margin: 0;

    padding: 0;

    list-style-type: none;

}

.footer-group ul li.first {

    height: 46px;

    color: #FFFFFF;

    font-family: 'openSansLight';

    font-size: 16px;

    line-height: 46px;

}

.footer-group ul li a {

    color: #819092;

    font-size: 13px;

    font-family: 'openSans-regular';

}

.footer-group ul li a:hover{

    color:#95b7bb;
}
.footer-group ul li {

    /*font-family:'openSansLight';*/
    font-family: 'openSans-regular';

    font-size: 14px;

    color: #17bdb8;

}

.footer-group .footer-contact li {
    color: #819092;
    font-size: 13px;
    font-family: 'openSans-regular';

}

.footer-group ul li.copyright {

    border-bottom: 3px solid #18bdb8;

}

.footer-bg-1 {

    background: #2e3d47;

    z-index: -1;

}

.footer-group ul li.about {

    border-bottom: 3px solid #a4ca22;

}

.footer-group ul li.subdiviziuni {

    border-bottom: 3px solid #2466cf;

}

.footer-group ul li.evenimente {

    border-bottom: 3px solid #ff793e;

}

.footer-group ul li.contact {

    border-bottom: 3px solid #ffb93e;

    width: 208px;

}

.margin-top-10 {

    margin-top: 10px;

}

.footer-contact li.text_c {

    color: #ab8748;

}

.footer-group ul li span img {

    margin: 5px;

}

.search-input {

    height: 28px;

    -webkit-border-radius: 15px;

    -moz-border-radius: 15px;

    border-radius: 15px;

    margin-left: -30px;

    border: 1px solid #7c8e90;

    z-index: -1;

    width: 20px;
    outline:none;

    padding: 2px 32px;

}

.search-input:focus {

    -webkit-border-radius: 15px;

    -moz-border-radius: 15px;

    border-radius: 15px;

}

.search img {

    position: relative;

    margin-top: -2px;

}

/*contact*/

.google-maps {

    position: relative;

    margin-top: 0;

}

.google-maps .page-name, .subdiviziuni-slider .page-name {

    position: absolute;

    right: 5px;

    bottom: 5px;

    font-family: 'openSansCondensedBold';

    color: #2466cf;

    font-weight: bold;

    opacity: 0.7;

    font-size: 42px;

}

.directoriu {

    display: block;

    margin: 0;

    margin-bottom: 8px;

    margin-top: 8px;

    padding: 0;

}

.directoriu ul {

    list-style-type: none;

    margin: 0;

    padding: 0;

}

.directoriu ul li {

    float: left;

}

.directoriu ul li a {

    font-size: 12px;

    color: #8e9d9f;

    font-family: 'openSans-regular';

}

.directoriu ul li a.active-dir {

    color: #17c0bb;

}

.directoriu ul li a.active-dir:hover {

    text-decoration: none;

}

.contact-content {

    float: left;

    width: 736px;

    margin-left: 27px;

}

.contact-content p.page-name {

    color: #20509c;

    font-family: 'openSansCondensedBold';

    font-size: 23px;

    height: 33px;

    margin: 0;

    padding: 0;

    line-height: 35px;

}

.contact-content h3 {

    color: #456468;

    font-size: 14px;

    font-family: 'openSansBold';

    font-weight: bold;

    text-transform: uppercase;

}

.contact-content p {

    color: #525252;

    font-size: 15px;

    font-family: 'openSans-regular';

}

.contact-content p b {

    font-weight: bold;

    font-family: 'openSansBold';

}

.subdiviziuni-slider {

    position: relative;

}

.subdiviziuni-slider .items {

    height: 181px;

}

.subdiviziuni-slider .carousel-indicators {

    display: block;

}

.subdiviziuni-slider .carousel-indicators li {

    border-radius: 0;

}

.subdiviziuni-left-menu #accordion {
    padding: 15px 0 15px 20px;
}

.subdiviziuni-left-menu #accordion h3 {
    margin-bottom: 10px;
    margin-top: 10px;
}

.subdiviziuni-left-menu #accordion h3 a {

    font-size: 14px;

    font-family: 'openSans-regular';

    text-align: left;

    color: #525252;

    text-decoration: none;

}

.subdiviziuni-left-menu {

    margin-bottom: 20px;

}

.subdiviziuni-left-menu #accordion h3 a.active, .subdiviziuni-left-menu #accordion h3 a.active-hover {

    color: #a6bb42;

}

.subdiviziuni-left-menu #accordion div {
    display: none;
    height: auto;
}

.subdiviziuni-left-menu #accordion ul {

    list-style-type: none;

    margin: 10px 0 0 20px;

    padding: 0;

}

.subdiviziuni-left-menu #accordion ul li a {
    font-size: 13px;
    font-family: 'openSans-regular';
    text-align: left;
    color: #525252;
    padding:5px 5px 5px 10px;
    display:block;
    text-decoration: none;

}

.subdiviziuni-left-menu #accordion ul li a.active {

    display: block;

    background: #a6bb42;

    color: #FFFFFF;

}

.subdiviziuni-left-menu .subdiviziuni-left-menu-title {

    display: block;

    background: #a6bb42;

    color: #FFFFFF;

    font-size: 19px;

    font-family: 'openSansCondesedBold';

    text-align: center;
    padding:10px 0;
    position: relative;

}

.subdiviziuni-left-menu {

    background: #FFFFFF;

}

.subdiviziuni-left-menu .subdiviziuni-left-menu-title span.arrow {

    bottom: -5px;

    left: 128px;

    position: absolute;

}

.subdivizion-content {

    float: left;

    width: 736px;

    margin-left: 27px;

}

.subdivizion-content p.page-name {

    color: #3e4748;

    font-family: 'openSansCondensedBold';

    font-size: 22px;

    height: 27px;

    line-height: 26px;

    margin: 0;

    padding: 0;

}

.wrapper-medici {

    margin-top: 25px;

    margin-bottom: 5px;

}

.wrapper-medici a {

    width: 345px;

    float: left;

    text-decoration: none;

    border-bottom: 1px solid #efefef;


}
.wrapper-medici a.sef{
    border-bottom: 1px solid #a6bb42;
    background-color:#a6bb42;
    text-decoration: none;
    border-bottom: 1px solid #a6bb42;
    background: #a6bb42;
}
.wrapper-medici a.margin-right {

    margin-right: 46px;

}
.condoleante-margin{
    margin:10px 0 20px 0;
}

.wrapper-medici a .img {

    width: 135px;

    height: 140px;

    position: relative;

    float: left;

}

.wrapper-medici > a .img img {

    display: block;

    /*    width: 135px;
    
        height: 140px;*/

}

.wrapper-medici > a .img span.arrow {
    position: absolute;
    right: -2px; 
    top: 58px;
    display: none; 
} 

.wrapper-medici > a .img span.arrow img {

    width: 8px;

    height: 18px;

}

.wrapper-medici > a.sef .img span.arrow {

    display: block;

}

.wrapper-medici > a.sef .medic-functie {

    color: #FFFFFF !important;

}

.wrapper-medici > a .right {
    float: right;
    width: 205px;
    padding: 10px
}

.wrapper-medici > a .right .medic-name {

    font-size: 20px;

    color: #2352A0;

    font-family: 'openSansCondensedBold';

    font-weight: bold;

}

.wrapper-medici a .right .medic-functie {
    font-size: 15px;
    color: #808F94;
    font-family: 'openSans-regular';
    margin-top: 15px;

}

.wrapper-medici a .right .medic-type {
    font-size: 13px;
    color: #51514F;
    margin-top: 19px;
    font-family: 'openSans-regular';
}

.wrapper-medici p a {

    display: block;

}

.wrapper-medici a:hover > p {

    padding-bottom: 9px;

    padding-top: 2px;

    margin: 0;

    background: #EFEFEF;

}

.wrapper-medici a > p {

    padding-bottom: 9px;

    padding-top: 2px;

    margin: 0;

    background: #EFEFEF;

}

.subdivizion-content .text p, .subdivizion-content .text ul li, .text p ,.text {
    color: #626262;
    font-size: 14px;
    font-family: 'openSans-regular';
    /*margin: 20px 0;*/
}

.subdivizion-content .text b, .subdivizion-content .text strong {
    font-family: 'openSansCondesedLight';
}

.subdivizion-content .text ul {

    list-style-image: url(../images/sageata-dreapta.png);

}

.subdivizion-content .text p.urari-sanatate {

    color: #456468;

    font-size: 14px;

    font-family: 'openSansBold';

    font-weight: bold;

    text-align: right;

}

#subdiviziuni .carousel-inner .item, #stiri .carousel-inner .item {

    overflow: hidden;

    height: 280px;

    width: 100%;

}

#stiri ol.carousel-indicators {

    position: absolute;

    bottom: 0;

    left: 48px;

    z-index: 15;

    width: 60%;

    padding-left: 0;

    margin-left: -30%;

    text-align: right;

    list-style: none;
    display:none;
    right: 20px;

    width: auto;

}

#stiri ol.carousel-indicators li {

    width: 20px;

    height: 20px;

}

#stiri ol.carousel-indicators li.active {

    border: 1px solid #ff793e;

    background-color: rgba(0, 0, 0, 0);

}

#stiri .carousel-caption {

    position: absolute;

    display: none;

    bottom: 0;

    margin: 0;

    padding: 0;

    width: 1024px;

    right: 0;

    left: 0;

    height: 47px;

    background: #757d83;

    text-align: left;

    text-indent: 17px;

    font-family: 'openSansCondensedBold';

    font-size: 23px;

    color: #FFFFFF;

    opacity: 0.7;

    z-index: 2;

}

ul li {

    z-index: 99;

}

/*green menu*/

.green-menu {

    background-color: #FFFFFF;

    margin-bottom: 20px;

}

.green-menu .title {

    display: block;

    background: #a6bb42;

    color: #FFFFFF;

    font-size: 19px;

    font-family: 'openSansCondesedBold';

    text-align: center;

    position: relative;

}
.green-menu ul {

    padding: 20px 10px 20px 40px;

    list-style-image: url(../images/arrow_subdiviziuni.png) !important;

}

.green-menu ul li a {

    font-family: 'openSans-regular';

    font-size: 14px;

    color: #626262;

}

.green-menu ul li.active a {
    color: #a6bb42;
}

.content-right {

    float: left;

    width: 736px;

    margin-left: 27px;

}

.green-menu .title {
    position: relative;
}

.green-menu .title span.arrow {
    position: absolute;
    left: 123px;

    bottom: -5px;

}

.content-right h3.title {

    color: #3e4748;
    padding-bottom:5px;
    font-family: 'openSansCondesedBold';
    font-size: 22px;
    /*height: 27px;*/
    line-height: 26px;
    margin: 0;
    border-bottom:2px solid #9ba9ab;
}

.content-right h3.color-blue-title {
    color: #20509c;
    font-family: 'openSansCondensedBold';
    font-size: 23px;

}

.margin-right-news {

    margin-right: 30px;

}

#stiri-detaliat .news {

    width: 225px !important;

}

#stiri-detaliat .stire-importanta .news-text {

    display: block;

    height: auto;

}

#stiri-detaliat .stire-importanta {

    margin-top: 25px;

    margin-bottom: 35px;

}

#stiri-detaliat .stire-importanta .line-1 {

    margin-top: 10px;

}
#stiri-detaliat .stire-importanta .text{

    text-transform: uppercase;
    font-size: 14px;
    font-family: "openSansBold";
    color: #20509C;

}
.news .news-title .text-title{
    font-size: 14px;
    font-family: "openSansBold";
    color: #20509C;
    margin-bottom: 10px;
    display: block;

}

.img-wrapper{
    width:225px;
    height:138px;
    overflow:hidden;

}
.img-wrapper .table-img{
    vertical-align:middle;
    text-align: center;
    height:138px;
    width:225px;
}
.img-main img {
    max-height:138px;
    max-width:225px;
}
.img-main  {
    vertical-align:middle;
    text-align: center;
    height:138px;
    width:225px;
}
.news .news-text .img-wrapper img{
    max-width:225px;
    max-height:138px;
    margin:auto auto;
}
#stiri-detaliat .stire-importanta .news-img {
    display: block;
    width: 400px;
    height: 200px;
    overflow: hidden;
    float: left;
    margin-right: 10px;
    background: rgb(231, 231, 231);
}
#stiri-detaliat .stire-importanta .news-img img {
    max-width: 400px;
    max-height: 200px;
}
.stire-importanta .news-title{
    margin-bottom:20px;

}

#stiri-detaliat .news-text {
    height: 144px;
}

.pagination_ {

    display: block;

    text-align: right;

}

.pagination_ p {

    float: right;

}

.pagination_ p a.active {
    background-color: #bacacc;
    color: #2e3d47;
}

.pagination_ p a {
    font-size: 12px;
    display: block;
    width: 26px;
    height: 23px;
    line-height: 22px;
    color: #b2b2b2;
    text-align: center;
    margin-left: 6px;
    float: left;
    background-color: #e0e0e0;
    opacity: 0.6;
}

.content-right .title p {

    margin: 0;

    padding: 0;

    margin-top: 0px;

}

.content-right span.date-detaliat {

    display: block;

    float: left;

    width: auto;

    position: relative;

    margin-right: 10px;

}

.content-right span.arrow {

    position: absolute;

    top: 12px;

    right: -5px;

}

.content-right span.title {

    color: #20509C;
    display: inline-block;
    font-family: 'openSansCondensedBold';
    font-size: 23px;
    height: 20px;
    margin: 0;
    padding: 0;
    line-height: 29px;

}

.img-stiri-detaliat {

    margin: 0 10px 10px 0;

    float: left;

    width: 400px;

}

.margin-stii-detaliat-line {

    margin: 10px 0;

}

.info-medic {

    width: 100%;

    display: block;

    margin: 20px 0 0px;

    position: relative;

}

.info-medic .poza {

    display: block;

    width: 135px;

    height: 144px;

    float: left;

}

.info-medic .right {

    float: right;

    width: 585px;

    display: block;

}

.info-medic .medic-name {

    font-size: 20px;

    color: #20509c;

    font-family: 'openSansCondensedBold';

    font-weight: bold;

}

.info-medic .medic-functie {

    font-size: 15px;

    color: #7c8e90;

    font-family: 'openSans-regular';

}

.info-name .medic-type {

    font-size: 13px;

    color: #525252;

    font-family: 'openSans-regular';

}

/*.directoriu ul li img {*/

/*margin-top: 0px !important;*/

/*}*/

.info-medic span.date {

    position: absolute;

    top: 0;

    right: 0;

    padding: 6px 8px;

    background: #7c8e90;

}

.info-medic span.date span {

    position: absolute;

    right: -5px;

    top: 10px;

}

.info-medic span.comment {

    position: absolute;

    right: 3px;

    top: 35px;

    font-size: 13px;

    font-family: 'openSans-regular';

}

.info-medic span.comment span {

    color: #f9a885;

}

.video {

    padding: 20px;

    display: block;

}

.video iframe {

    display: block;

    margin: 0 auto;

}

.page .text .alte-teme {

    color: #456468;

    font-size: 14px;

    font-family: 'openSansBold';

    font-weight: bold;

    text-align: left;

}

.text ul.teme {

    margin: 0;

    padding: 0;

    list-style-image: url(../images/arrow-red.png);


}

.text ul.teme li a {

    font-size: 14px;

    color: #456468;

    font-family: 'openSans-regular';

}

#subdiviziuni .carousel-indicators {
    display: none;
}

.center-content .felicitare .text > .condoleante {
    color: #2e3d47;
}

.mesaj p.average-sans {
    font-family: 'Average Sans';
    font-size: 28px;
    color: #efefef;
    margin: 0;
    padding: 0;
    text-align: right;
    height: 24px;
}

.mesaj .text-mesaj {
    font-size: 17px;
    display: block;
    padding: 10px;
    color: #6c6c6c;
    font-family: 'openSans-regular';

}

.mesaj span.arrow {
    position: absolute;
    top: 15px;
    left: 0;
}

/*Carouseli height*/
.about-carousel {
    overflow: hidden;
    height: 280px;
    width: 100%;
}

.about-carousel .carousel-inner .carousel-caption, .about-carousel .carousel-indicators {
    display: none;
    position: absolute;
    text-align: right;
}

.pv {
    margin-bottom: 20px;
}
.pv ul  li{
    line-height:30px;
}
.pv span.title-vacanta  table tr{
    height:68px;
}
.pv span.title-vacanta  table td{
    padding-right:20px;
}
.pv span.title-vacanta   a{
    color: #20509c;
    display: inline-block;
    font-family: 'openSansBold';
    font-size: 14px;
    margin: 0 0 0 83px;
    line-height: 22px;
    text-decoration:none;

}
.pv .wrapper-title{
    height:68px;
}

.padding-10 {
    padding: 10px;

}
.footer-posturi{
    background:#f6f6f6;
    padding:20px;
}

.text ul li {
    list-style-image: url("../images/sageata-dreapta.png");
    font-family: 'openSans-regular';
    color: #626262;
    font-size: 14px;
}

.text p span.green {
    font-family: 'openSansBold';
    font-size: 13px;
    color: #a6bb42;
}

.acte > p {
    display: block;
    padding: 10px 0;
    text-transform: uppercase;
    position: relative;
    margin: 0;
}

.acte a span {
    padding-right: 10px;
}

.acte a.download {
    position: absolute;
    right: 0;
}

.tabable .nav-tabs li {
    display: block;
    float: left;
    margin-left: 10px;
}

.tabable {
    display: block;

}

.tabable ul#tabs {
    margin: 0;
    padding: 0;
}

.tabable .nav-tabs {
    border: 0;
}

.tabable .nav-tabs li.active a {
    color: #FFFFFF;
    background: #2466cf;
    border: 0;
}

.tabable .nav-tabs li.active a:hover, .tabable .nav-tabs li a:hover {
    color: #FFFFFF;
    text-decoration: none;
    background: #2466cf;
    border: 0;
}

.nav-tabs > li.active a {
    background: #2466cf;

}

.tabable .nav-tabs li a {
    display: block;
    padding: 5px 12px;
    width: auto;
    position: relative;
    color: #FFFFFF;
    background: #20509c;
    border-radius: 0;
    font-family: 'openSans-regular';
    font-size: 13px;
    border: 0;

}

.tabable .tab-content {
    display: block;
}

.tabable .nav-tabs li.active a:hover, .tabable .nav-tabs li a:hover {
    border: 0;

}

.tabable .nav-tabs li a:hover p.arrow {

    background-image: url(../images/arrow-bg-active1.png);
}

.tabable li a .arrow {
    display: block;
    position: absolute;
    right: 0;
    text-align: center;
    top: 15px;
    width: 100%;
    height: 5px;
    background-image: url(../images/arrow-bt.png);
    background-repeat: no-repeat;
    background-position: top center;
}

.tabable li.active a .arrow {

    background-image: url(../images/arrow-bg-active1.png);

}

.tabable .nav-tabs {
    display: block;
    height: 30px;

}

.acte-necesare {
    background-color: #FFFFFF;

}
.acte a{
    color:#313c43;
    font-size:14px;
    font-family:'openSans-regular';
}
.acte-necesare .img {
    display: block;
    width: 165px;
    height: 180px;
    float: left;
    position: relative;
    background-image: url(../images/acte-medici.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #f5f5f5;
}

.acte-necesare .img span.arrow {
    position: absolute;
    top: 83px;
    right: 0px;

}

.acte-necesare .text p {

    color: #626262;

    font-size: 13px;

    font-family: 'openSans-regular';

    margin: 0;

}

.padding-5 {
    padding: 5px;

}

.center-content .felicitare .text > .den, .den {

    text-transform: uppercase;

    font-size: 22px;

    font-family: 'openSansCondesedBold';
    height: 34px;
    color: #2466cf;

    margin: 0;

    padding: 0;

}

.text-interzis {
    font-family: 'openSansBold';
    font-size: 13px;
    font-weight: bold;
    color: #626262;
}

.publicatii-wrapper {
    width: 766px;
}

.publicatii-wrapper .element {
    float: left;
    width: 229px;
    height: 290px;
    margin: 25px 26px 0px 0;
    background: #FFFFFF;
    -moz-box-shadow: 0px 0px 2px #d4d4d4;
    -webkit-box-shadow: 0px 0px 2px #d4d4d4;
    box-shadow: 0px 0px 2px #d4d4d4;
}

.publicatii-wrapper .element .text {
    padding: 15px 15px 5px 15px;
    text-align: center;
}

.publicatii-wrapper .element .text .img {
    width: 117px;
    height: auto;
    margin: 0 auto;
    position: relative;
    margin-bottom: 5px;
}

.publicatii-wrapper .element .text .img > img {
    border: 3px #efefef solid;
    width: 118px;
    height: 134px;
}

.publicatii-wrapper .element .text .img span {
    position: absolute;
    bottom: -6px;
    right: -3px;
}

.publicatii-wrapper .element .text p {
    color: #20509c;
    font-size: 14px;
    font-family: 'openSansBold';
    margin: 0px 0;
    line-height: 20px;
    height: 60px;
    overflow: hidden;
}

.publicatii-wrapper p {
    margin: 0;
    padding: 0;
}

.publicatii-wrapper p span.lang a ,.publicatii-wrapper p span.lang{
    color: #737373;
    font-size: 12px;
    font-family: 'openSans-regular';
    padding: 5px 5px;
    line-height:27px;
}

.publicatii-wrapper p span.mb {
    color: #2466cf;
    font-size: 12px;
    font-family: 'openSans-regular';
    padding: 2px 10px;
    float: right;
    line-height:25px;
}

.publicatii-wrapper p span.download img {
    margin: 0 2px;
}

.anunturi .head-anunt {
    color: #313c43;
    font-size: 14px;
    font-family: 'openSans-regular';
    display: block;
}

.date-color-sur {
    display: block;
    height: auto;
    width: 74px;
}

.date-color-sur span {
    float: left;
    background-image: url(../images/sur.png) !important;
    background-repeat: no-repeat;
    background-position: center center;
    text-align: left;
    padding-left: 4px;
    color: #FFFFFF;
    font-size: 13px;
    width: 74px;
    font-family: 'openSans-regular'
}

.video_conferinte {
    padding: 25px 0 35px;
}

.video_conferinte .date {
    position: absolute;
}

.video_conferinte .date span.arrow {
    position: absolute;
    top: 10px;
    right: -5px;
}

.video_conferinte {

}

.video_conferinte .clip {
    width: 562px;
    height: 313px;
    margin: 0 auto;
    display: block;

}

.images a {
    float: left;
    margin:5px;
    background:#CCCCCC;
}

.images a img{
    max-width:225px;
    max-height:138px;

}

.alte-conferinte p {
    font-family: 'openSansCondesedBold';
    font-size: 20px;
    color: #3e4748;
}

.text ul.arrow-red {
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
}

.text ul.arrow-red li {
    list-style-image: url(../images/arrow-red.png);
    margin: 0;
    padding: 0;
    list-style-position:inside;
}
.text ul.arrow-sur li {
    list-style-image: url(../images/anunt-sageata-close.png);
    margin: 0;
    padding: 0;
}
.text ul.arrow-sur{
    margin:25px 0;
    list-style-position: inside;
    padding:0;
}
.alte-conferinte ul.arrow-red li a, .alte-conferinte ul.arrow-sur li a{
    font-size: 14px;
    color:#313C43;
    font-family: 'openSans-regular';
    line-height:28px;
}


.bg-white {
    background: #FFFFFF;
}

.sondaj-btn {
    background-color: #3f525f;
    color: #FFFFFF;
    font-family: 'openSansBold';
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.sondaje-table {
    display: block;
}

.sondaje-table td {
    width: 50%;
}

.sondaje-table td h3 {
    color: #7c8e90;
    font-family: 'openSans-regular';
    font-size: 13px;
    margin-top: 10px;
    margin-bottom: 0;
}

.sondaje-table td input[type="text"], .text-box-sond {
    width: 240px;
    height: 25px;
    margin-right: 50px;

    background-color: #efefef;
    border: 0;

}

.text-box-sond {
    border: 1px solid #aaa;
    width: 200px;
}

.padding_sondaje {
    padding: 20px;
}

table.sondaje-table-2 {
    margin-top: 15px;
}

table.sondaje-table-2 h3, table.sondaj-textarea h3 {
    color: #7c8e90;
    font-family: 'openSans-regular';
    font-size: 13px;
    margin: 0;
    padding: 0;
}

table.sondaje-table-2 select {
    width: 200px;
    color: #7c8e90;
    font-family: 'openSans-regular';
    font-size: 13px;
    background-color: #efefef;

}

table.sondaje-table-2 tr td {
    padding: 3px 0;

}

table.sondaj-textarea {
    display: block;
    width: 692px;
}

table.sondaj-textarea tr td textarea {
    width: 510px;
    height: 105px;
    margin: 0;
    padding: 0;
    background-color: #efefef;
    border: #efefef;
}

.btn_ {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border: 0;

}

input [type="button"] {
    border-radius: 0;
}

.btn:hover, .btn:focus {
    border-radius: 0;
    background: #3f525f;
}

.submit-btn .btn_ {
    float: right;
    margin: 5px 0 5px 10px;

}

.margin-bottom-30 {
    margin-bottom: 30px;
}

.don-element {
    background: #f6f6f6;
}

.don-element .img {
    position: relative;
    width: 212px;
    height: 198px;
    float:left;
    margin:-20px 20px 20px -20px;

}

.don-element .img span.arrow {
    position: absolute;
    top: 86px;
    right: 0px;
}

.don-element p {
    margin: 10px 0px !important;
}

.margin-title-doneaza {
    margin-right: 10px;
    margin-left: 10px;
}

.don-element .right-content {
    margin: 0;
    padding: 0;
    width: 480px;
    float: right;
    margin: 0 20px;
}

.title-blue {
    font-size: 14px;
    font-weight: bold;
    color: #20509C;
    font-family: 'opensansbold';
}

.don-element .title {
    margin: 5px 0 3px 0;
}
.don-element .title-blue{
    font-size: 21px;
    font-weight: normal;
    color: #2466cf;
    font-family: 'openSansCondesedBold';
    width: 484px;
    float: right;
    border-bottom: 1px solid #dcdede;
}

.don-element p {
    margin: 0;
    padding: 0;
}

.margin-20 {
    margin: 20px;
}

.don-footer{
    margin-bottom:30px;
}
.don-footer p {
    font-family: 'openSansSemibold' !important;

}

.referinte a {
    display: block;
    color: #525252;
    font-size: 15px;
    font-family: 'openSans-regular';

}
.rez-sondaj tr td .procent{
    line-height: 25px;
    padding-left:10px;
    overflow:hidden;
}
.rez-sondaj tr td p.border{
    border:1px solid #c5c5c5;
    padding:0;
    width:226px;
    margin-left:10px;
    float:left;
}
.rez-sondaj tr td{
    font-size:14px;
    color:#525252;
    font-family:'openSansLight';
}
.rez-sondaj p{
    margin:5px;
}
.rez-sondaj tr td span.sondaj_1{
    background:#17c0bb;
    height:15px;
    display:block;
    float:left;
    margin-right:-2px;
}
.rez-sondaj tr td span.sondaj_2{
    background:#a6bb42;
    height:15px;
    display:block;
    float:left;
    margin-right:-2px;
}
.rez-sondaj tr td span.sondaj_3{
    background:#ffb93e;
    height:15px;
    display:block;
    float:left;
    margin-right:-2px;
}
.rez-sondaj tr td span.sondaj_4{
    background:#ff793e;
    height:15px;
    display:block;
    float:left;
    margin-right:-2px;
}
.rez-sondaj tr td span.sondaj_5{
    background:#20509c;
    height:15px;
    display:block;
    float:left;
    margin-right:-2px;
}
.rez-sondaj{
    margin-top:20px;
}
.sondaje p{
    margin:5px 0;

}
.referinte a:hover {
    color: #ff793e;
}

#accordion h3.active a {
    color: #a6bb42;
}

#accordion div.open {
    display: block;
}

#accordion div.open ul li a.active {
    color: #FFFFFF;
    background: #a6bb42;

    display: block;
}

.acte {
    padding-top: 20px;
}

.shadow {
    -moz-box-shadow: 0px 1px 2px #CCCCCC;
    -webkit-box-shadow: 0px 1px 2px #CCCCCC;
    box-shadow: 0px 1px 2px #CCCCCC;
    /* For IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#CCCCCC')";
    /* For IE 5.5 - 7 */

    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#CCCCCC');
}
.page .text p{
    font-family:'openSans-regular';
    font-size:14px;
}
.don-element .right-content > p{
    margin-top:20px;
}
.page .text ul{
    margin:auto 20px;
    padding:0;
}
.page .text ul li{
    font-family:'openSans-regular';
    font-size:14px;
}
.anunt-element h3{
    font-size:14px;
    color:#313c43;
    font-family:'openSans-regular';
    background-image:url(../images/anunt-sageata-close.png);
    background-repeat:no-repeat;
    background-position:right center;
    border-bottom:1px solid #dedede;
}
.anunt-element table tr td a{
    color:#626262;
    font-family:'openSans-regular';
    font-size:14px;
}
.anunt-element h3.open{

    background-image:url(../images/anunt-sageata.png);
}
.anunt-element h3 table  span.bg-sur{
    background-image:url('../images/sur.png');
    /*background-repeat:no-repeat;*/
    display:block;

    width:74px;
    height:22px;
    text-align:left;
    font-family:'openSans-regular';
    font-size:13px;
    color:#ffffff;
    text-indent:10px;
    line-height:22px;

}
.anunt-element h3 table  span.bg-verde{
    background-image:url('../images/verde.png');
    /*background-repeat:no-repeat;*/
    display:block;

    width:74px;
    height:22px;
    text-align:left;
    font-family:'openSans-regular';
    font-size:13px;
    color:#ffffff;
    text-indent:10px;
    line-height:22px;

}
.wrapper-condoleante .left{
    position:relative;
    width:190px;
    float:left;
}
.wrapper-condoleante .left .arrow{
    position: absolute;
    top: 110px;
    right: 0;
}
.wrapper-condoleante .right{
    display:block;
    width:505px;
    margin:20px;
}
.wrapper-condoleante .text p{
    font-family:'openSans-Regular';
    font-size:14px;
    margin-bottom:0;
    margin-top:5px;
}
.felicitari-text .title{
    font-size:16px;

}
p.text-alte{
    font-family: 'openSansCondesedBold' !important;
    font-size: 20px !important;
    color: #3E4748 !important;
}
.wrapper-felicitari .left{
    float:left;
}
.wrapper-felicitari .left .img{
    position:relative;
}
.wrapper-felicitari .right{
    display:block;
    width:505px;
    margin:20px;
}
.wrapper-felicitari .text{
    font-family:'openSans-Regular';
    font-size:14px;
    margin-bottom:0;
    margin-top:5px;
}
.wrapper-felicitari .left .arrow{
    position: absolute;
    top: 90px;
    right: 0;
}
.felicitari-text .title{
    font-family:'openSans-regular';

}
p.multi-ani{
    font-family:'openSans-Regular';
    font-size:14px;
    margin:5px 0;
    padding:0;

}
.margin-felicitare{
    margin:10px 20px;
}
.btn-link{
    font-size:14px;
    font-family:'openSans-regular';
}
.news .news-title{
    margin-bottom:20px;
}
.multumiri{
    display: block;
    color: #7C8E90;
    font-size: 14px;
    padding: 20px 0;
    font-family:'openSansBold';
}
.height-20{
    height:20px;
    display:block;
}
.padding-drepturi{
    padding:15px 15px 18px;
}
.date-conferinta{
    color: white;
    size: 13px;
    font-family: 'openSans-regular';
    background: #ff793e;
    padding: 6px 10px;
    position: relative;
    margin-right: 6px;
    display: block;
    width: 77px;
    float: left;
}
.date-conferinta span.arrow{
    position: absolute;
    top: 11px;
    right: -5px;
}
.page .text ol{
    color: #20509C;
    margin: 20px 20px;
    padding: 0;
    font-weight:bold;
}
.page .text ol li{
    line-height:10px;
    font-weight:bold;
    font-family:'openSansCondesedBold';
}
.page .text ol p{
    font-weight:normal;
    color: #626262;
    font-size: 13px;
    font-family:'openSans-regular';
    padding-left:20px;
    font-family: 'openSansSemibold';
    margin: 20px 0;

}
.news-text {
    text-align: justify;
}
.text hr {
    border-top: 1px solid #D5D5D5;
}
.text h1, .text h2, .text h3 {
    color: #1F4E9E;
    font-family:'openSansCondesedBold';
    margin-bottom: 5px;
}
.text h3 {
    font-size: 17px;
}
.directory-arrow{
    margin:5px;
}
.sign{
    float:left;
    display:block;
    background-image:url(../images/subdiviziuni_list_style.png);
    background-repeat:no-repeat;
    width:18px;
    height:18px;
    margin:0 10px 0 0;
}
.subdiviziuni-left-menu #accordion h3 span.active{
    background-image:url(../images/subdiviziuni_list_active.png);
    background-repeat:no-repeat;
}
.subdiviziuni-left-menu #accordion  ul li{
    list-style-image:url(../images/subdiviziuni_sublist.png);
    list-style-position:inside;
}
.subdiviziuni-left-menu #accordion  ul li._active_li{
    list-style-image:url(../images/subdiviziuni_sublist_active.png);
    list-style-position:inside;

}

.sch-item {
    width: 100%;
    padding: 25px;
    background: #fff;
    margin-bottom: 4px;
}

.sch-title {
    width: 100%;
    padding-bottom: 5px;
    border-bottom: 1px solid #efefef;
    margin-bottom: 10px;
}

.sch-title a {
    color: #20509c;
    font-size: 17px;
    font-family: 'openSansCondesedBold';
}

.sch-content {
    font-size:  13px;
    color: #525252;
    font-family: 'openSans-regular';
}

.sch-date {
    color: #17c0bb;
    text-align: right;
    font-family: 'openSans-regular';
    font-size: 11px;
}

.sch-header {
    font-size: 23px;
    font-family: 'openSansCondesedBold';
    color: #3e4748;
}

.sch-header b {
    color: #ffb93e;
}

.sch-nobord {
    border: 0;
    margin: 0;
    padding: 0;
}

::-webkit-input-placeholder { /* WebKit browsers */
    color:    #fff;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #fff;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #fff;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #fff;
}

.text > table {

}

.text > table > tbody > tr:nth-child(1) td {
    background: #17C0BB;
}

.text > table > tbody > tr:nth-child(1) td p{
    color: #fff;
    font-weight: bold;
}

.text > table td > p { 
    margin: 0px;
}