/*===== Global Styles ====== */



body {

    font-family: "roboto", sans-serif;

}



a {
    color: rgb(0,94,164);
}

/*===== Helping Classes====== */



.no_padding {

    padding-left: 0px;

    padding-right: 0px;

}

p {

    margin: 0px;

}

.red_font {

    color: #007db7;

}

.reduce_padding {

    padding-left: 10px;

    padding-right: 10px;

}

.page_title {

    margin-bottom: 30px;

    margin-top: 30px;

    text-transform: uppercase;

}

.no_padding_r {

    padding-right: 0px;

}

/*===== Header ====== */



.top_band {

    height: 51px;

    background-color: #155471!important;

    ;

}

.top_banner {

    height: 140px;

    padding-top: 20px;

    padding-bottom: 20px;

}

.section_1 {

    float: left;

}

.section_2 {

    float: right;

}

.info_top {

    margin-left: 10px;

    float: right;

}

.info_top p {

    font-size: 14px;

}

.top_image {

    height: 520px;

    /*background-image: url(../img/img_oras.jpg);*/

    background-repeat: no-repeat;

    background-position: center;

    background-size: cover;

    position: relative;


}

.caption {

    width: 50%;

    position: absolute;

    left: 0;

    right: 0;

    margin-left: auto;

    margin-right: auto;

    top: 20%;

}

.caption p {

    color: #fff;

    font-weight: 300;

    font-size: 16px;

    text-align: center;

}

.caption h3 {

    font-weight: 800;

    color: #fff;

    text-align: center;

}

.boxes {

    margin-top: 10px;

    margin-bottom: 10px;

}

.navigator {
	
    font-family: "Font Awesome 5 Free";	
    font-weight: 900;	
    font-size: 12px;	
    color: rgb(0,94,164);	
    border-radius: 7px;	
    padding: 4px 6px;

}

.navigator.left {

    margin-right: 10px;

    position: relative;

    bottom: 2px;

}

.navigator.right {

    margin-left: 10px;

    position: relative;

    bottom: 0px;

}

.box,

.box_mini {

    padding: 20px 20px;

    background-color: #fff;

}

.box {

    height: 300px;

    border: 1px solid #afafaf;

    border-radius: 7px;

}

.box_mini {

    height: 140px;

    border: 1px solid #afafaf;

    border-radius: 7px

}

.box_mini:nth-child(1) {

    margin-bottom: 20px;

}

.box h4 {

    font-weight: 700;

    text-transform: uppercase;

}

.box p {

    font-size: 14px;

}

.box h4:nth-child(2) {

    font-weight: 400;

}

.program {

    text-transform: uppercase;

}

.ora {

    float: right;

}

.box img,

.box_mini img {

    margin-top: 10px;

    margin-bottom: 10px;

}

.info_left p {

    line-height: 32px;

}

.info_left_sc p {

    line-height: 32px;

    display: inline-block;

}

.program p {

    line-height: 28px;

}

.program_sc p {

    line-height: 40px;

}

.program_sc .ora {

    margin-right: 20px;

}

.reduce_padding:nth-child(2) {

    border-left: 1px solid #afafaf;

}

.content_wrapper {

    width: 150px;

    display: block;

    margin: 0 auto;


}

.border_left {

    border-left: 1px solid #afafaf;

    padding-left: 1px;

    padding-right: 1px;

}

/* .navbar-default .navbar-collapse,

.navbar-default .navbar-form {

    background-color: #155471;

}

.navbar-default {

    border: none;

    background-color: #155471;

} */
.navbar-nav>li{
    display: inline;
    float:none;
}
.navbar-default .navbar-nav>li>a {

    font-size: 16px;	
    font-weight: 600;	
    color: rgb(0,94,164);	
    padding:5px 10px;
    width: auto;
    display: inherit;
}

.navbar-default .navbar-nav>li>a:focus,

.navbar-default .navbar-nav>li>a:hover {

    color: #000000;

}

.navbar-default .navbar-nav .open .dropdown-menu>li>a {

    font-size: 12px;

    font-weight: 600;

    text-transform: uppercase;

}

.navbar-default{	
    background-color: white;	
    border:0px;	
    text-align: center;	
    padding: 30px 0px;	
}	
.navbar-default .navbar-collapse, .navbar-default .navbar-form{	
    padding:0px;	
}	
.navbar-right{	
    width:100%;	
    text-align: center;	
}

/* #search {

    height: 30px;
	border: none;
	background: white;
	margin-left: 2px;
	margin-right: 7px;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #155471;
} */

.search_btn {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    background: #155471;
    border: none;
    padding: 5px 18px;
}

/*===== side bar + content ====== */



.content_sidebar {
    margin-top: 70px;
}

.content_sidebar .page_title {

    margin-top: -55px;

}

.side_bar {
    /* border: 1px solid rgb(0,94,164);	 */
    /* border-radius: 7px;	 */
    padding: 20px 10px;	
    background-color:#fff;	
    transition: 0.5s;
    margin-top:62px;	
}

.side_bar ul,

li {

    list-style-type: none;

    padding-left: 5px;

}

.side_bar ul > li {

    padding-top: 5px;

    padding-bottom: 5px;

}

.side_bar ul li a {

    color: white;	
    font-weight: 800;	
    font-size: 17px;	
    text-decoration: none;
    background-color:#024476;
    display: block;
    padding: 8px 0px;
    text-align: center;
    border-radius: 2px;

}

.side_bar ul li ul li a {	
    color: black;	
    font-weight: 600;	
    font-size: 15px;	
    background-color: #fff;
    display: unset;
    padding: 0px;
    text-align: left;
    border-radius: 0px;
}	
.side_bar ul li ul li a:hover{
    color:rgb(0,94,164);

}
.side_bar ul li ul li ul li a {	
    color: rgb(0,94,164);	
    font-weight: 300;	
    font-size: 14px;	
}

.side_bar ul li ul li:before {

    content: "\f105";

    font-family: "Font Awesome 5 Free";	
    font-weight: 900;

    margin-right: 10px;

}

.side_bar > ul > li > a:after {
		
    font-family: "Font Awesome 5 Free";	
    font-weight: 900;	
     content: "\f078";	
     margin-left:5px;	
   

}

.side_bar > ul > li a:last-child:after {

    content: none;

}

/*===== footer ====== */



.footer {

    background-color: #024476;

    color: #fff;

    padding-bottom: 20px;

    padding-top: 20px;

    margin-top: 35px;

}

.footer p {

    font-size: 12px;

    margin-top: 10px;    
    padding:0px;

}

.footer h5 {

    font-weight: 700;

}

.footer a {

    color: #fff;

}

.footer_title {

    font-size: 27px;

    margin-top: 10px;

    font-weight: 700;

}

.footer a:hover{	
    text-decoration:none;	
}
.footer .col-md-4 div{
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin:0 auto;
}
.footer_rights{
    margin-top:20px;  
}
.footer_rights p{
    margin:0px;
}
.wbm_logo {

    margin-top: 10px;

}

.wbm_info {

    text-align: right;

}

/*===== content index ====== */



.img_placeholder {
    object-fit: cover;
    float: left;
    margin-top: 20px;
}

.img_placeholder img {

    width: 100%;

    height: 170px;

    padding: 1px;

    border: 1px solid #afafaf;

    padding: 2px;
    margin-right:15px;	
    vertical-align: sub;

}

.list_item_p {

    font-size: 13px;

    line-height: 15px;

    margin-bottom: 10px;	
    padding-left:10px;

}

.list_item_title {

    margin-top: 0px;

}

.list_item_wrapper {

    padding-bottom: 50px;
     min-height: 200px;
     position: relative;

}

.read_more {
    position: absolute;
    right: 0;
    bottom: 0;
}



.pagination > li > a {

    border: none;

    color: #007db7;

    font-weight: 600;

    padding: 6px 7px;

}

.pagination > li > a:hover {

    color: #007db7;

    background-color: transparent;

}

.pagination > li > a:hover {

    color: #007db7;

    background-color: transparent;

}

.pagination_nav {

    margin: 0px!important;

}

.navigator.left.next,

.navigator.right.next {

    padding: 4px 8px;

}

/*===== content articol ====== */



.articol p {

    margin-bottom: 20px;
    word-break:break-word;

}

.articol .img_placeholder {

    width: 100%;

    height: auto;

}

.articol .img_placeholder img {

    height: auto;

}

/*===== gallery ====== */



#bsPhotoGalleryModal .modal-content {

    border-radius: 0;

}

#bsPhotoGalleryModal .modal-dialog img {

    text-align: center;

    margin: 0 auto;

    width: 100%;

}

#bsPhotoGalleryModal .modal-body {

    padding: 0px !important;

}

#bsPhotoGalleryModal .bsp-close {

    position: absolute;

    right: -14px;

    top: -11px;

    font-size: 30px;

    color: #fff;

    text-shadow: 1px 1px 18px #000;

}

#bsPhotoGalleryModal .bsp-close:hover {

    cursor: pointer;

    opacity: .6;

    text-shadow: none;

}

.bspHasModal {

    cursor: pointer;

}

.bspHasModal .text {

    overflow: hidden;

    text-overflow: ellipsis;

    white-space: nowrap;

}

.imgWrapper {

    overflow: hidden;

    max-height: 140px;

    object-fit: cover;

    margin-bottom: 10px;

}

.imgWrapper .img-responsive {

    max-width: 380px;

}

a.bsp-controls,

a.bsp-controls:visited,

a.bsp-controls:active {

    position: absolute;

    top: 44%;

    font-size: 26px;

    color: #fff;

    text-shadow: 1px 1px 18px #000;

}

a.bsp-controls.next {

    right: -10px;

}

a.bsp-controls.previous {

    left: -10px;

}

a.bsp-controls:hover {

    opacity: .6;

    text-shadow: none;

}

.bsp-text-container {

    clear: both;

    display: block;

    padding-bottom: 5px;

}

#bsPhotoGalleryModal h6 {

    margin-bottom: 0;

    font-weight: bold;

    color: #000;

    font-size: 14px;

    padding-left: 12px;

    padding-right: 12px;

    margin-bottom: 5px;

}

#bsPhotoGalleryModal .pText {

    font-size: 11px;

    margin-bottom: 0px;

    padding: 0 12px 5px;

}

.first {

    padding-left: 0;

    padding-right: 0;

}

@media screen and (max-width: 380px) {

    .col-xxs-12 {

        width: 100%;

    }

    .col-xxs-12 img {

        width: 100%;

    }

}

/*===== contact ====== */
.contact_form input[type="checkbox"] {

    padding: 5px;

    border: none;

}

::-webkit-input-placeholder {

    /* WebKit, Blink, Edge */

    

    color: #007db7;

}

:-moz-placeholder {

    /* Mozilla Firefox 4 to 18 */

    

    color: #007db7;

    opacity: 1;

}

::-moz-placeholder {

    /* Mozilla Firefox 19+ */

    

    color: #007db7;

    opacity: 1;

}

:-ms-input-placeholder {

    /* Internet Explorer 10-11 */

    

    color: #007db7;

}

::-ms-input-placeholder {

    /* Microsoft Edge */

    

    color: #007db7;

}

.checkbox {

    width: 15px;

    height: 15px;

    background-color: #ebebeb;

    display: inline-block;

    margin-top: 0px;

    margin-bottom: 0px;

}

.checkbox input[type="checkbox"] {

    visibility: hidden;

}

.checkbox label {

    width: 13px;

    height: 13px;

    position: absolute;

    top: 1px;

    left: 1px;

    cursor: pointer;

}

.checkbox label:before {

    content: '';

    width: 9px;

    height: 5px;

    border: 2px solid #000;

    position: absolute;

    border-top: none;

    border-right: none;

    transform: rotate(-45deg);

    top: 3px;

    left: 2px;

    opacity: 0;

}

.checkbox input[type="checkbox"]:checked + label:before {

    opacity: 1;

}

.checkbox input[type="checkbox"]:checked + label {

    opacity: 1;

}

.devider {

    height: 1px;

    display: block;

}

.info_checkbox {} .check {

    display: inline-block;

    float: left;

    margin-right: 10px;

}

.check_wrapper {

    margin-top: 10px;

}

.submit_btn {

    border: none;

    padding: 8px 33px;

    border-radius: 7px;

    background-color: #007db7;

    color: #fff;

    font-weight: 600;

    margin-top: 10px;

}

iframe {

    width: 100%;

    margin-top: 10px;

    margin-bottom: 20px;

}



/*===== corecturi ====== */



.lista_sc ul {

    padding-left: 0;

}



.lista_sc .left_items {

    display: inline-block;

}



.lista_sc .left_items {

    display: inline-block;

}



.content_sc {

    width: 210px;

    line-height: 20px;

}



.left-items {

    display: inline-block;



    text-align: right;

}



.right-items {

    float: left;

}



.left-items ul,

.right-items ul {

    margin-bottom: 0px;

}



.box_mini h4 {

    text-transform: uppercase;

    font-size: 17px;

}



.box_mini a, .box a {

    color: #000;

}

.errors{



    color: red;



}



.g-recaptcha.error div div iframe {



    outline: 1px solid red;



    border-radius: 5px;



}

.error{



    border-color: red!important;

      



}

.error_input{

      border: 1px solid red!important;

}

.mg_t_20{

    margin-top: 20px;

}

.left-items  {
    display: block;
    text-align: center;
}

.right-items {
    display: block;
    text-align: center;
    float: none;   
}

.lista_sc ul {
    line-height: 20px;
}


.info_left {
    text-align: center;
}

.info_left p {
    line-height: 20px;
}

.info_left, .left-items a {
    font-weight: bold;
    text-shadow: 1px 1px 5px rgba(150, 150, 150, 1);
}

.button_programare {
    padding: 0 !important;
    position: relative;
}
.button_programare :hover {
    
    animation: button_programare_hover 1s linear;
    animation-fill-mode: forwards;
}
@keyframes button_programare_hover {
  25% { 
    -webkit-box-shadow: 0px 0px 22px 3px rgba(255,255,255,0.2);
    -moz-box-shadow: 0px 0px 22px 3px rgba(255,255,255,0.2);
    box-shadow: 0px 0px 22px 3px rgba(255,255,255,0.2); }
  50% { 
    -webkit-box-shadow: 0px 0px 22px 3px rgba(255,255,255,0.5);
    -moz-box-shadow: 0px 0px 22px 3px rgba(255,255,255,0.5);
    box-shadow: 0px 0px 22px 3px rgba(255,255,255,0.5); }
  100% {
    -webkit-box-shadow: 0px 0px 22px 3px rgba(255,255,255,0.7);
    -moz-box-shadow: 0px 0px 22px 3px rgba(255,255,255,0.7);
    box-shadow: 0px 0px 22px 3px rgba(255,255,255,0.7); }
}
.button_programare img {
    margin-top: 30px;
}
.button_programare_a {
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-indent: -9999px;
    z-index: 1000;
}

.container {
    width:1280px;
}
.content_acasa{
    padding-top:20px;
}

.dropdown-menu{
    background-color: #e7e7e7;
    border:1px solid #155471;
}


.container {
    width:1280px;
}
.container_header{
    background-color:rgb(2,68,118);
}
.container_header .container{
    padding-left:0px;
    padding-right: 0px;
}
.header_gov{
    padding:10px 0px;
    overflow: hidden;
}
.header_gov img{
    height:72px;
    float:left;
}
.header_gov_search{
    float: right;
    padding:16px 0px;
}
.header_gov_search input{
    display:inline;
    width:363px;
    height:40px;
    margin:0px;
    margin-right: -4px;
    font-size:16px;
    padding:10px;
}
.header_gov_search button{
    height:40px;
    display:inline;
    background-color:rgb(0,94,164);
    border:0px;
    color:white;
    padding:0px 10px;
    font-size:18px;
    vertical-align: top;
}
.subheader{
    min-height: 200px;
    padding: 30px 0px;
    overflow:hidden;
    display: table;
    border-top:7px solid rgb(0,94,164);
    border-bottom:7px solid rgb(0,94,164);
}
.subheader::before , .subheader::after{
    position: relative;
    content: '';
    background: rgb(0,94,164);
    height: 126px;
    width:5px;
}
.subheader::after{
    margin-right: -3px;
}
.subheader_eu{
    /* float: right; */
    display: table-cell;
    vertical-align: middle;
    width:auto;
    text-align: right;
    padding-right: 15px;
}
.subheader_eu img{
    height:80px;
}
.subheader_logo{
    /* display: table-cell; */
    vertical-align: middle;
    text-align: left;
    width:auto;
    padding-left:15px;
    /* float: left; */
}
.subheader_logo img{
    /* height:80px; */
}
.subheader_title{
    display: table-cell;
    vertical-align: middle;
    padding:0px 15px;
    /* text-align: right; */
}
.subheader_title h1{
    font-size: 26px;
    text-transform: uppercase;
    font-weight: 600;
    color: rgb(0,94,164);
}
.subheader_title div:last-child{
    width:-webkit-fit-content;
    width:-moz-fit-content;
    width:fit-content;
    margin:0 auto;
}
@supports (-ms-ime-align:auto) {
    .subheader_title div:last-child{
        width: 100%;
        text-align: center;
    }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .subheader_title div:last-child{
        width: 100%;
        text-align: center;
    }
 }
.navbar-toggle{
    background-color: transparent;
    border: 1px solid white;
}
.navbar-toggle .icon-bar{
    background-color:white;
}
.navbar-mobile .navbar-nav{
    margin:0px;
}
/* .navbar-collapse.collapse.navbar-mobile{
    opacity: 0;
} */
.content_acasa{
    padding-top:20px;
}
.glyphicon-chevron-right{
    right: -15px;
}
.glyphicon-chevron-left{
    left:-15px;
}

/* Contact page redesign */
.contact {
    margin-top: 50px;
    font-size: 16px;
}
.contact-form {
    margin-bottom: 30px;
}
.contact-form__input {
    width: 100%;
    margin-bottom: 15px;
    border: none;
    color: #007db7;
    border-bottom: 1px solid currentColor;
    padding: 8px 10px;
}
.contact-form__input:focus {
    outline: none;
}
.contact-form__input:focus::-webkit-input-placeholder {
    color: transparent;
}
.contact-form__input:focus::-moz-placeholder {
    color: transparent;
}
.contact-form__input:focus:-ms-input-placeholder {
    color: transparent;
}
.contact-form__input:focus::-ms-input-placeholder {
    color: transparent;
}
.contact-form__input:focus::placeholder {
    color: transparent;
}
.contact-form__input--textarea {
    height: 150px;
}
.contact-form__input:-webkit-autofill,
.contact-form__input:-webkit-autofill:hover, 
.contact-form__input:-webkit-autofill:focus {
    border-bottom: 1px solid #007db7;
    -webkit-text-fill-color: #007db7;
    -webkit-box-shadow: 0 0 0px 1000px #fff inset;
    box-shadow: 0 0 0px 1000px #fff inset;
    -webkit-transition: background-color 5000s ease-in-out 0s;
    transition: background-color 5000s ease-in-out 0s;
}
.recaptcha {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.contact-form__button {
    -ms-flex-item-align: end;
        align-self: flex-end;
    padding: 8px 50px;
    -webkit-transition: -webkit-transform 250ms ease-in-out;
    transition: -webkit-transform 250ms ease-in-out;
    -o-transition: transform 250ms ease-in-out;
    transition: transform 250ms ease-in-out;
    transition: transform 250ms ease-in-out, -webkit-transform 250ms ease-in-out;
}
.contact-form__button:focus {
    -webkit-transform: scale(0.98);
    -ms-transform: scale(0.98);
        transform: scale(0.98);
}
.contact-info__title {
    font-size: 19px;
}
.contact-info__text {
    font-size: 16px;
}
.contact-form + iframe {
    max-height: 400px;
}
.title_line{
    color:black;
    font-weight:bold;
}
.title_line::before,
.title_line::after {
    display: inline-block;
    content: "";
    border-top: .3rem solid black;
    width: 30px;
    margin: 0 8px;
    transform: translateY(-7px);
}

/* Bug menu */
.menu-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

/* Index redesign */
.home-banner {
    height: 450px;
}
.home-banner__container {
    height: 100%;
}
.home-banner__slide {
    background-size: cover;
    background-position: center;
    background-repeat: no repeat;
}
.home__lower {
    margin-top: 30px;
}
.home-item:not(:last-child) {
    margin-bottom: 35px;
}
.home-item__title {
    font-size: 20px;
    color: #024476;
    margin: 0;
}
.home-item__text {
    font-size: 17px;
    margin: 15px 0;
}
.home-item__link, .home-item__link:link, .home-item__link:active {
    font-size: 16px;
}
.home-item__link:hover, .home-item__link:focus {
    text-decoration: none;
    color: #024476;
}
.cc-color-override-1224578574 .cc-btn:hover, .cc-color-override-1224578574 .cc-btn:focus {
    background-color: rgb(0, 94, 164) !important;
}
/* Modificari Ionel pagina Contact*/
label {
	display: inline;
}

.nav-dropdown {
    position: relative;
}

.nav-dropdown:hover .nav-dropdown__menu {
    display: block;
}

.nav-dropdown__label {
    font-size: 16px;
    font-weight: 600;
    color: rgb(0,94,164);
    padding: 5px 10px;
    width: auto;
    display: inherit;
    line-height: 20px;
    cursor: pointer;
}

.nav-dropdown__menu {
    position: absolute;
    display: none;
    height: auto;
    width: auto;
    top: 20px;
    left: 0;
    background: white;
    text-align: left;
    z-index: 2;
    padding: 10px;
}

.nav-dropdown__link {
    color: rgb(0,94,164);
    display: block;
    margin: 10px;
    margin-left: 20px;
    position: relative;
}

.nav-dropdown__link::before {
    content: "\f105";
    position: absolute;
    width: auto;
    height: auto;
    left: -15px;
    top: 0;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.mobile-nav__checkbox {
    display: none;
}

.mobile-nav__label {
    position: relative;
    cursor: pointer;
    color: white;
    text-transform: uppercase;
    margin: 0px 0px 5px;
    margin-bottom: 10px;
    padding: 10px 15px;
    font-weight: 400;
    line-height: 20px;
}

.mobile-nav__label::after {
    font-family: "Font Awesome 5 Free";
    content: "\f078";
    position: absolute;
    height: auto;
    width: auto;
    right: -15px;
}

.mobile-nav__links {
    display: none;
    margin-bottom: 10px;
}

.mobile-nav__links > a {
    display: block;
    color: white;
    margin: 10px;
    margin-bottom: 0;
    text-align: center;
}

.mobile-nav__checkbox:checked~.mobile-nav__links {
    display: block;
}