/*****************************************************************/
/* ARCHIVO CSS PARA AJUSTES TEMPORANEOS  (utilizar sass!)        */
/*****************************************************************/

/* Admin menu bugfix: prevent submenu aligned to top */
#admin-menu .dropdown li li.expandable {
    position: relative;
}

/* Responsive */
/* mobile */
@media (max-width: 767px) {

}

/* mobile-tablet */
@media (max-width: 991px) {

}

/* only-tablet */
@media (min-width: 768px) and (max-width: 991px) {

}

/* desktop */
@media (min-width: 992px) {

}

/* small-desktop */
@media (min-width: 992px) and (max-width: 1199px) {

}

/* large-desktop */
@media (min-width: 1200px) {

}

.cultura-media-relacionados {
    width: 280px;
    float: left;
    padding-left: 5px;
    margin-right: 25px;
}

.cultura-media-relacionados .flowplayer {
    width: 100% !important;
}

.cultura-media-relacionados ul li {
    background: none !important;
    padding: 0 !important;
}

/* Ventanas modales de proteccion de datos*/

#fr-edit-cultura-newsletter .form-type-textarea {
    width: 650px;
}

.mensaxe_prot_datos {
    padding: 0 30px;
}

.mensaxe_prot_datos h1, .mensaxe_prot_datos h2 {
    text-align: center;
    font-weight: bold;
}

.mensaxe_prot_datos table td h3 {
    padding: 0 1em;
}

.webform-container-inline label {
    display: inline-block;
    min-width: 150px;
}

.webform-component--participa-acepto > label {
    display: none;
}

.webform-component .form-managed-file #edit-submitted-proposta-upload-button, .webform-component .form-managed-file #edit-submitted-proposta-file-upload-button {
    display: none;
}

.webform-component .form-managed-file input[type=file] {
    font-size: 0.8em;
    margin-bottom: 1.2em;
}

.webform-submit {
    margin-top: 10px !important;
    display: inline-block;
    padding: 6px 20px 5px;
    margin: 0px auto;
    border: none;
    background-color: #3b7a95;
    color: #fff;
}

.check-datos:after {
    content: '*';
    color: red;
}


a.user-event {
    position: absolute;
    top: 5px;
    right: 5px;
    background-color: #3b7a95;
    border-radius: 0.3rem;
    padding: 2px 5px;
}

.card .user-event:before {
    content: "";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 1.2em;
    color: #ffffff;
}
@media (max-width: 767px) {
    a.user-event {
        padding: 0.5em 0.6em;
    }
    .card .user-event:before {
        font-size: 2.2em;
    }
}

.cycle-without-image {
    background-image: url("../images/without_cycle.png");
    background-size: 100%;
    width: 245px;
    height: 245px;
}


#content #youtubechannel-list ul li {
    background: none;
    float: left;
    width: 100%;
}

#youtubechannel-list ul li a{
 /*   display: flex;*/
}
#youtubechannel-list ul li a span{
 /*   padding-left: 15px;*/
    padding-top: 3px;
    max-height: 90px;
    overflow: hidden;
    color: black;
    font-weight: bold;
    font-size: 14px;
    font-family: Roboto, Arial, sans-serif;
}
#youtubechannel-player{
    margin-bottom: 0px;
}
#youtubechannel-player, #youtubechannel-list{
    background-color: white;
}
.yb-page-include{
    overflow: auto;
}
 #youtubechannel-list #content ul li {
    width: 100%;
}
#youtubechannel-list img{
    border: 0px;
    height: 96px;
    float: left;
    width: 40%;
    margin-right: 15px;
}
.youtube-first-video{
    color:rgb(17, 17, 17);
    font-family: Roboto, Arial, sans-serif;
    font-size: 16px;
    background-color: white;
    font-weight: bold;
    padding: 5%;
    border-bottom: 1px solid rgb(240, 240, 240);
}


.region-sidebar-first .block--suggest-block-eventos .suggestion-block-eventos::before {
    background-color: #ededed;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
        font-size: 14px;
        line-height: 1;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    height: 48px;
    width: 48px;
    color: #000;
    line-height: 44px;
    text-align: center;
}
.region-sidebar-first .block--suggest-block-eventos .suggestion-block-eventos {
    margin-top: 15px;
    position: relative;
    float: none;
    display: block;
    height: 48px;
    background-color: #ededed;
}
.region-sidebar-first .block--suggest-block-eventos .suggestion-block-eventos input{

    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: transparent;
    text-transform: uppercase;
    margin: 0 !important;
    width: 100%;
    color: #000;
    border: 0;
    padding: 0 0 0 40px !important;
}

.region-sidebar-first .block--suggest-block-eventos .suggestion-block-eventos:hover {
    background-color: #000;
}
.region-sidebar-first .block--suggest-block-eventos .suggestion-block-eventos:hover input {
    color: #fff;
}


.region-sidebar-first .block--suggest-block-eventos .suggestion-block-eventos:before {
    background-color: #ededed;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f01e";
    height: 48px;
    width: 48px;
    color: #000;
    line-height: 44px;
}

.region-sidebar-first .block--suggest-block-eventos .suggestion-block-eventos:hover:before {
    background-color: #de1e47;
    color: #fff;
}

/* Correcciones css injector de PRO*/
.mobile-menu-user {
    display: none;
}
header .carrousel-container .flexslider .slides li.flex-active-slide {
    z-index: 2!important;
}