body{
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

header,
footer,
.menu-container,
#menu .navbar-nav > li > a:hover{
    background:transparent!Important;
}

#logo{
    display:none;
}

header {
    padding: 20px calc(5vw - 15px)!Important;
    position:relative!Important;
}

/*footer{
    display:none;
}*/

#main-menu{
    padding:0!Important;
}

#main-content-container{
    padding-top:0!Important;
}

/********************/

/*margin-bottom: 100px;*/
#transmisie-container{
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 15px!important;
}

.poza-transmisie{
    width:100%;
    background:#fff;
    margin-bottom:20px;
}

.titlu-transmisie{
    font-family: 'Playfair Display', serif;
    font-weight: 600;
    line-height: 1.42857143;
    color: #333333;
    margin-top:20px;
    margin-bottom:15px;
}

.titlu-transmisie strong{
    font-weight:bold;
}

#playerContainer{
    /*min-height:75vh;*/
    height:auto!Important;
    aspect-ratio: 16 / 9 !important;
}

#transmisie-container img{
    aspect-ratio: auto;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    max-width:100%;
    width: auto !important;
    height: auto !important;
    display: block;
    margin: 0 auto;
}

.cont-poza-beneficiar{
    margin-top:20px;    
}

.cont-poza-beneficiar img,
.cont-poza-produs img{
    max-width:100%;
}

.cont-poza-beneficiar,
.cont-poza-produs{
    text-align:center;
    margin-bottom: 20px;
}

/********************/

.col-arhiva-slider{
    margin-top:20px;
}

#arhiva-slider {
    position:relative;    
}

.cont-arhiva-slider{
    padding: 20px 15px;
    background-size: 100%;
    background-position: center center;
    background-repeat: repeat;
}

.poza-arhiva{
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    position:relative;
}

.poza-arhiva::before{
    content:'';
    display:block;
    position:absolute;
    top:0;
    left:0;
    bottom:0;
    right:0;
    -webkit-transition:all .3s ease;
    -moz-transition:all .3s ease;
    transition:all .3s ease;
    background-color: #f9f9f9;
    opacity:0;
    z-index:1;
}

.bucata-arhiva:hover .poza-arhiva::before{
    opacity:.9;
}

.poza-arhiva::after{
    content:'';
    display:block;
    padding-bottom:50%;
}

.poza-arhiva a{
    position:relative;
    z-index:2;
    -webkit-transition:all .3s ease;
    -moz-transition:all .3s ease;
    transition:all .3s ease;
    opacity:0;
}

.bucata-arhiva:hover .poza-arhiva a{
    opacity:1;
}

.poza-arhiva a i{
    background-color: #00a3c8;
    color: #fff;
    font-size: 13px;
    height: 30px;
    line-height: 30px;
    margin: 0;
    width: 30px;
    border-radius: 50%;
    text-align: center;
}

.cont-text-arhiva{
    padding: 15px 0 0;
}

.titlu-arhiva{
    color: #333333;
    font-weight: 600;
    line-height: 1.42857143;
    font-size:15px;
    font-family: 'Open Sans', sans-serif;
}

.data-arhiva{
    padding: 15px 0 0;
    color: #999999;
}

#arhiva-slider .owl-nav button{
    display:inline-block;
    background: none repeat scroll 0 0 rgba(240, 240, 240, 0.8);
    border-radius: 0;
    display: block;
    margin: 0;
    padding: 10px!Important;
    position: absolute;
    top: 45%;
    -webkit-transition: all .4s ease 0s;
    -moz-transition: all .4s ease 0s;
    -ms-transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
    transition: all 0.4s ease 0s;
    z-index: 6;
}

#arhiva-slider .owl-nav .owl-prev{
    left:0;
}

#arhiva-slider .owl-nav .owl-next{
    right:0;
}

/************************/

#cont-intrebari{
    background: #fff;
    padding: 20px;
    border: 1px solid #f9f9f9;
}

#titlu-feedback{
    font-family: 'Playfair Display', serif;
    font-weight: 600;
    line-height: 1.42857143;
    color: #333333;
    text-align: center;
}

.btn{
    font-size: 14px!Important;
    height: auto!Important;
    padding: 10px 20px!Important;
    margin-top: 20px;
    box-shadow:none!Important;
}

input[type=radio].radio-feedback {
    border: 1px solid #232323;
    background: #232323;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    margin-bottom: 10px;
}

#feedback-container label {
    line-height: 1.5;
    vertical-align: text-bottom;
    margin-bottom: 2px;
}

/************************/

.cont-poza-powerpoint{
    max-height: 335px;
    overflow: auto;
    margin-bottom: 35px;
    background: #ffffff;
}   

.poza-powerpoint{
    width:100%;
}

/************************/

#comment{
    margin-top:20px;
}

#acordeonIntrebari{
    margin-bottom:20px;
}

#acordeonIntrebari .card-header h5{
    line-height: 1.42857143;
    color: #333333;
    font-size: 15px;
}

#acordeonIntrebari .card{
    border:none;
    margin:0;
}

#acordeonIntrebari .card-header{
    background: #fff;
    cursor: pointer;
    padding: 0;
}

#acordeonIntrebari .card-header i{
    margin-right:20px;
}

.intrebari-header-toggle{
    color: #333333;
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
    letter-spacing: 0px;
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 10px;
}

.intrebari-header-toggle span{
    width:100%;
}

#acordeonIntrebari .card-body{
    margin:20px 0;
    background-color: #f2f2f2;
    border-left: 3px solid var(--culoare1);
    color: #000;
}

.intrebare-text{
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    margin-bottom: 15px;
}

.intrebare-autor{
    color: #777777;
    font-size: 14px;
}

.intrebare-autor::before{
    content: '\2014 \00A0';
    display:inline-block;
}

.reply-header{
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
    letter-spacing: 0px;
    font-size: 16px;
}

#acordeonIntrebari .card-body.bucata-raspuns {
    border-left:3px solid #eeeeee;
    background:#fefefe;
}

/******************************/

#btn-powerpoint-responsive{
    display:none;
}

/*****Televoting ***********/

#cont-alb-feed{
    
}

#titlu-feedback hr{
    margin-top: 0;
    text-transform: inherit;
}

#feedback-container h4{
    margin-top: 0;
    margin-bottom: 10px;
    font-family: Roboto;
    color: #333;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}

.cont-raspuns{
    margin: 20px 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.cont-buton-feedback{
    text-align: center;
    margin: 20px 0 0;
}

.buton-feedback,
.buton-urmatoarea,
.buton-anterioara,
.buton-voturi,
.buton-timer{
    -moz-box-shadow: inset 0 0 0 1px #63ad0d;
    -webkit-box-shadow: inset 0 0 0 1px #63ad0d;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background: #eee;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#eee), to(#e2e2e2));
    background: -moz-linear-gradient(#eee, #e2e2e2);
    background: linear-gradient(#eee, #e2e2e2);
    border: solid 1px #d0d0d0;
    border-bottom: solid 3px #b2b1b1;
    border-radius: 3px;
    box-shadow: inset 0 0 0 1px #f5f5f5;
    color: #555;
    display: inline-block;
    font: bold 12px Arial, Helvetica, Clean, sans-serif;
    margin: 0 25px 25px 0;
    padding: 10px 20px;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 1px 0 #fafafa;
    cursor:pointer;
}

.buton-feedback:hover,
.buton-urmatoarea:hover,
.buton-anterioara:hover,
.buton-voturi:hover,
.buton-timer:hover{
     background: #e4e4e4;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#e4e4e4), to(#ededed));
    background: -moz-linear-gradient(#e4e4e4, #ededed);
    background: linear-gradient(#e4e4e4, #ededed);
    border: solid 1px #c2c2c2;
    border-bottom: solid 3px #b2b1b1;
    box-shadow: inset 0 0 0 1px #efefef; 
}

.buton-feedback:active,
.buton-urmatoarea:active,
.buton-anterioara:active,
.buton-voturi:active,
.buton-timer:active{
    background: #dfdfdf;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#dfdfdf), to(#e3e3e3));
    background: -moz-linear-gradient(#dfdfdf, #e3e3e3);
    background: linear-gradient(#dfdfdf, #e3e3e3);
    border: solid 1px #959595;
    box-shadow: inset 0 10px 15px 0 #c4c4c4;
    top:2px;
}

.buton-feedback::before,
.buton-urmatoarea::before,
.buton-anterioara::before,
.buton-voturi::before,
.buton-timer::before{
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-box-shadow: #959595 0 2px 5px;
    -moz-box-shadow: #959595 0 2px 5px;
    border-radius: 3px;
    box-shadow: #959595 0 2px 5px;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    padding: 2px 0 0;
    position: absolute;
    top: 0;
    width: 100%; }

.buton-feedback:active::before,
.buton-urmatoarea:active::before,
.buton-anterioara:active::before,
.buton-voturi:active::before,
.buton-timer:active::before{ 
    padding: 1px 0 0; 
}

input[type=checkbox].radio-feedback {
    border: 1px solid #232323;
    background: #232323;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    margin-bottom: 10px;
    min-width: 20px;
}

#feedback-container label {
    line-height: 1.5;
    vertical-align: text-bottom;
    margin-bottom: 5px;
    font-size: 16px;
    font-family: Roboto;
    font-weight: bold;
}

.info-intrebare{
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
    font-size:16px;
}

.info-intrebare .text-danger{
    color:#dc3545;
}

.info-intrebare .text-success{
    color:#28a745;
}

.text-success-telev{
    color:#28a745;
    text-align:center;
    margin:20vh 0;
    font-size:22px;
}

.cont-intrebare{
    display:none; 
    position:relative;
    margin-bottom:0;
    padding:0;
}

.cont-intrebare.activ{
    display:block;
}

.cont-bara{
    width: 100%;
    margin: 10px 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.cont-bara span{
    height: 15px;
    width: 1%;
    background: blue;
    display: inline-block;
    min-width: .5%;
    animation: progressBar 1s ease-in-out;
    animation-fill-mode:both; 
    position:relative;
    border-bottom: solid 3px #ddd;
}

.cont-bara span::before {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-box-shadow: #959595 0 2px 5px;
    -moz-box-shadow: #959595 0 2px 5px;
    border-radius: 3px;
    box-shadow: #959595 0 2px 5px;
    content: "";
    display: block;
    height: 85%;
    left: 0;
    padding: 2px 0 0;
    position: absolute;
    top: 0;
    width: 100%;
}

@keyframes progressBar {
  0% { width: 0; }
  100% { width: attr(data-width); }
}

.cont-raspuns-admin{
    margin: 20px 0 0;
}

.cont-procent{
    display: inline-block;
    margin-left: 10px;
    font-weight: bold;
    font-size: 16px;
}

.raspuns-corect.verde{
    color:#28a745;
}

#feedback-container{
    margin-top: 0px;
}

.timer-intrebare{
    position: absolute;
    right: 0px;
    top: -100px;
    font-size: 50px;
    line-height: 1;
    background: #ddd;
    border-radius: 6px;
    padding: 10px;
    box-shadow: #959595 0 2px 5px;
}

.poza-telev{
    max-width: 100%;
    margin: 0px auto 5px;
    display: block;
}

#titlu-feedback {
    font-family: 'Playfair Display', serif;
    font-weight: 600;
    line-height: 1.42857143;
    color: #333333;
    margin-top: 22px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
    margin-bottom: 15px;
    padding-right: 170px;
}
/*********************/


