#fullscreenWrapper{
	background: #b2b2b2;
}


/* MAGAZINE TOOLBAR */
.magazine-toolbar {
    display: block;
    position: relative;
    top: 0;
    z-index: 1;
    text-align: center;
    width: 100%;
    /* INIT CONFIG VALUE TOOLBAR COLOR */
    background: #fff;
    /* END CONFIG VALUE TOOLBAR COLOR */
	height: 50px;
	/* filete superior bajo el logo */
    border-bottom: none;
}




/* barra de categorías */
.magazine-category-selector {
    background: #888;
}
.category-selector > div {
    display: inline-block;
    padding: 10px 20px;
    color: #fff;
    cursor: pointer;
}
.category-click {
    transition: all 0.3s;
}
.category-click.active {
    color: #fff;
    background: #000;
}



.magazine-toolbar .icon,
.magazine-settings .icon{
    /* INIT CONFIG VALUE TOOLBAR COLOR */
    color: #f60;
    /* END CONFIG VALUE TOOLBAR COLOR */
}



/* color de fondo outstanding */
.magazine-publications-outstanding-covers.multiple {
    background: #faf3ed;
    border-bottom: none;
    /* background-image: url(../img/background.jpg); */
    background-repeat: no-repeat;
    background-size: cover;
}


/* color de fondo publicaciones bajo outstanding */
.magazine-publications {
    background: #faf3ed;
}




.magazine-publications-outstanding-covers .category-name,
.magazine-publications-covers .category-name{
    color: #9e9e9e;
    position: absolute;
    text-align: center;
    width: 100%;
    font-size: 13px;
    font-weight: bold;
	display:none;
}




.magazine-publications-outstanding-covers .cover img,
.magazine-publications-covers .cover img{
	position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 0;
    height: 80%;
    top: 0;
    filter: saturate(50%);
	-webkit-filter: saturate(50%);
	-moz-filter: saturate(50%);
	-o-filter: saturate(50%);
	-ms-filter: saturate(50%);
	transition: all 0.5s;
    max-width: 100%;
    height: auto;
}



.magazine-publications-outstanding-covers .cover span,
.magazine-publications-covers .cover span{
    bottom: -10px;
    position: absolute;
    display: block;
    text-align: center;
    width: 100%;
    margin-top: 5px;
    color: #000000;
    font-weight: bold
}





/* color de fondo texto publicaciones */
.magazine-publications-covers .cover span {
    bottom: -16px;
    color: #333;
    background:none !important;
    border-radius: 5px;
    padding: 0 5px;
    box-sizing: border-box;
    font-size: 18px;
}



/* texto publicaciones */
.magazine-publications-outstanding-covers .cover span, .magazine-publications-covers .cover span {
    bottom: -10px;
    position: absolute;
    display: block;
    text-align: center;
    width: 100%;
    margin-top: 5px;
    color: #000000;
    font-weight: bold;
}

.magazine-publications-outstanding-covers.multiple .cover:nth-child(2) .publication-description {
    /* border-bottom: 1px solid green; */
	border-bottom: none !important;
    float: right;
    display: inline-block;
    bottom: -10px;
    left: 95px;
    font-size: 24px;
    width: 50%;
}


.magazine-publications-outstanding-covers.multiple .cover:nth-child(1) .publication-description {
    /* border-bottom: 1px solid red; */
	border-bottom: none !important;
    float: left;
    display: inline-block;
    bottom: -10px;
    left: 84px;
    font-size: 24px;
    width: 50%;
}

.magazine-publications-outstanding-covers .cover span {
    font-size: 24px;
    color: #000000;
    bottom: -10px;
   /* border-bottom: 1px solid #f8bd01; */
	border-bottom: none !important;
}

.magazine-thumbnails .section-name{
    overflow: hidden;
    padding: 0 4px;
	background: #ff6600;
	position: absolute;
    text-align: center;
    font-weight: normal;
    color: #fff;
    left: 50%;
    margin-left: -74px;
    width: 140px;
    top: 5px;
	border-radius: 0 10px 0 10px;
}




.magazine-text-mode-container .article-image {
	width: 100%;
	background: none;
    max-width: 1000px;
    margin: 20px auto;
}



/* botón de calendario gráfico */
.magazine-toolbar-date {
    display: none;
}