.cover-carousel-tile .galleria-container {
    display: none;
}

.cover-carousel-tile.galleria::before {
    content: '';
    background: url(++resource++collective.galleria/classic-loader.gif) no-repeat center center;
    opacity: 0.5;
    height: 25px;
    display: block;
}
.template-compose .cover-carousel-tile .galleria-container {
    display: block;
}

.template-compose .cover-carousel-tile.galleria::before {
    display: none;
}
/*
 * Acima inicia-se o galleria do cover com tema padrão escondida, para que ao carregar o
 * tema customizado não ocorra flicker de um para o outro.
 */

.tema-pm3.galleria::before {
    display: none;
}

.tema-pm3.galleria {
    margin-bottom: 15px;
}

.tema-pm3 .galleria-container {
    display: block;
}

/*
 * Acima retorna os estilos ao padrão.
 */

.tema-pm3 #galleria-loader {
    height: 1px !important
}

.tema-pm3 .galleria-container {
    position: relative;
    overflow: hidden;
    background: #fff;
}

.tema-pm3 .galleria-container img {
    -moz-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    transition: transform ease 1.2s;
}

.tema-pm3 .galleria-stage {
    position: relative;
    height: 100%;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    overflow: hidden;
}


.tema-pm3 .galleria-stage-wrap {
    position: relative;
    height: 100%;
}

.tema-pm3 .galleria-loader {
    background: #000;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 2;
    display: none;
    background: url(++resource++collective.galleria/classic-loader.gif) no-repeat 2px 2px;
}

.tema-pm3 .galleria-info {
    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.9) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.9))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.9) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.9) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.9) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.9) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#e6000000',GradientType=0 ); /* IE6-9 */
    background-size: auto 100%;
    position: absolute;
    padding: 10% 0px 1.8em 0px;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 2;
    transition: all 0.3s ease;
}

.tema-pm3 .touch .galleria-info {
    padding: 10% 0px 1.5em 0px;
}

.tema-pm3 .notouch .galleria-stage:hover .galleria-info {
    padding-bottom: 3.5em;
}

.tema-pm3 .galleria-info-text {
    zoom: 1;  /* IE7 */
    padding: 0px 30px 0px 30px;
}

.tema-pm3 .galleria-info-title {
    display: inline-block;
    font: bold 2.5em/1.1 open_sanssemibold, arial, sans-serif;
    margin: 0;
    margin-top: 0px;
    margin-bottom: 10px;
    transition: all 0.3s ease;
}

.tema-pm3 .touch .galleria-info-title {
    font-size: 1.8em;
    margin-bottom: 0px;
}

#content .tema-pm3 .galleria-info-title a {
    color: white;
    border: none;
    border-bottom: 3px transparent solid;
    transition: all 0.3s ease;
}

#content .tema-pm3 .galleria-info-title a:hover {
    color: white !important;
    border-bottom: 2px white solid;
}

.tema-pm3 .galleria-info-description {
    font: 1.2em/1.2 open_sansregular, arial, sans-serif;
    margin: 0;
    margin-top: 0px;
    margin-bottom: 0px;
    color: white;
}

.tema-pm3 .touch .galleria-info-description {
    display: none !important;
}

.tema-pm3 .galleria-info-close {
    width: 9px;
    height: 9px;
    position: absolute;
    top: 5px;
    right: 5px;
    background-position: -753px -11px;
    opacity: .5;
    filter: alpha(opacity=50);  /* IE 5-7 */
    cursor: pointer;
    display: none;
}

.tema-pm3 .notouch .galleria-info-close:hover {
    opacity: 1;
    filter: alpha(opacity=100);  /* IE 5-7 */
}

.tema-pm3 .touch .galleria-info-close:active {
    opacity: 1;
    filter: alpha(opacity=100);  /* IE 5-7 */
}

.tema-pm3 .galleria-info-link {
    background-position: -669px -5px;
    opacity: .7;
    filter: alpha(opacity=70);  /* IE 5-7 */
    position: absolute;
    width: 20px;
    height: 20px;
    cursor: pointer;
    background-color: #000;
}

.tema-pm3 .notouch .galleria-info-link:hover {
    opacity: 1;
    filter: alpha(opacity=100);  /* IE 5-7 */
}

.tema-pm3 .touch .galleria-info-link:active {
    opacity: 1;
    filter: alpha(opacity=100);  /* IE 5-7 */
}

.tema-pm3 .galleria-image::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    transition: all 0.3s ease-in-out;
}

.tema-pm3 .notouch .galleria-stage:hover .galleria-image::after{
    background-color: rgba(0, 0, 0, 0.4);
}

.tema-pm3 .galleria-image-nav {
    position: absolute;
    top: 0;
    margin-top: 0;
    width: 100%;
    height: 100%;
    left: 0;
}

.tema-pm3 .galleria-image-nav span {
    display: inline-block;
    vertical-align: middle;
    width: 33px;
    height: 33px;
    font-size: 25px;
    color: #FFF;
    border: 3px #FFF solid;
    border-radius: 50%;
    text-align: center;
    transition: all 0.2s ease;
}

.tema-pm3 .galleria-image-nav span::before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.tema-pm3 .galleria-image-nav span > i{
    display: inline-block;
    vertical-align: middle;
}

.tema-pm3 .galleria-image-nav-left, .tema-pm3 .galleria-image-nav-right {
    opacity: 1;
    filter: alpha(opacity=30);  /* IE 5-7 */
    text-align: center;
    top: 0;
    bottom: 0;
    margin: auto;
    cursor: pointer;
    width: 70px;
    height: 200px;
    left: initial;
    position: absolute;
    z-index: 5;
    background: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    transition: all 0.3s ease;
}

.tema-pm3 .galleria-image-nav-left::before,.galleria-image-nav-right::before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.tema-pm3 .galleria-image-nav-right {
    left: auto;
    right: 0;
    padding-right: 15px;  
    background-position: -254px 46px;
    transform: translateX(100px);
}

.tema-pm3 .galleria-image-nav-left {
    padding-left: 15px;
    transform: translateX(-100px);  
}

.tema-pm3 .touch .galleria-image-nav-left {
    transform: translateX(-25px);
}

.tema-pm3 .touch .galleria-image-nav-right {
    transform: translateX(25px);
}

.tema-pm3 .touch .galleria-image-nav-left span, .tema-pm3 .touch .galleria-image-nav-right span {
    background-color: white;
    color: #404040;
    box-shadow: 1px 2px 5px 0px rgba(0, 0, 0, 0.7);
    width: 25px;
    height: 25px;
    font-size: 22px;
}

.tema-pm3 .notouch .galleria-stage:hover .galleria-image-nav-left, .tema-pm3 .notouch .galleria-stage:hover .galleria-image-nav-right{
    transform: translateX(0);
}

.tema-pm3 .galleria-image-nav-right span > i{
    margin-left: 3px;
}

.tema-pm3 .galleria-image-nav-left span > i{
    margin-right: 3px;
}

.tema-pm3 .notouch .galleria-image-nav-left:hover span, .notouch .galleria-image-nav-right:hover span {
    background-color: white;
    color: #404040;
    box-shadow: 
}

.tema-pm3 .galleria-thumb-nav-left,.galleria-thumb-nav-right {
    cursor: pointer;
    display: none;
    background-position: -495px 5px;
    position: absolute;
    left: 0;
    top: 0;
    height: 40px;
    width: 23px;
    z-index: 3;
    opacity: .8;
    filter: alpha(opacity=80);  /* IE 5-7 */
}

.tema-pm3 .galleria-thumb-nav-right {
    background-position: -578px 5px;
    border-right: none;
    right: 0;
    left: auto;
}

.tema-pm3 .galleria-thumbnails-container .disabled {
    opacity: .2;
    filter: alpha(opacity=20);  /* IE 5-7 */
    cursor: default;
}

.tema-pm3 .galleria-carousel .galleria-thumb-nav-left,.galleria-carousel .galleria-thumb-nav-right
    {
    display: block;
}

.tema-pm3 .galleria-thumb-nav-left,.galleria-thumb-nav-right,.galleria-info-link,.galleria-info-close,.galleria-image-nav-left,.galleria-image-nav-right
    {
    background-image: none;
    background-repeat: no-repeat;
}

.tema-pm3 .galleria-thumbnails-container {
    height: 4px;
    width: 100%;
    bottom: 0;
    position: absolute;
    left: 0;
    z-index: 2;
    background: rgba(0, 0, 0, 0.6);
    transition: all 0.3s ease;
}

.tema-pm3 .notouch .galleria-stage:hover .galleria-thumbnails-container{
    height: 1.5em;
}

.tema-pm3 .galleria-thumbnails-list {
    text-align: right;
    height: 100%;
}

.tema-pm3 .galleria-thumbnails{
    display: table;
    height: 100%;
    width: 100%;
}

.tema-pm3 .galleria-thumbnails .galleria-image {
    position: relative;
    display: table-cell;
    zoom: 1;
    width: initial;
    height: 100%;
    background: rgba(255, 255, 255, 0.25); 
    margin-right: 0px;
    opacity: 1;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.tema-pm3 .notouch .galleria-thumbnails .galleria-image:hover:not(.active) {
    background: rgba(255, 255, 255, 0.35)
}


.tema-pm3 .galleria-thumbnails .galleria-image:last-of-type {
    border-right: none;

}

.tema-pm3 .galleria-layer {
    transition: all 0.3s ease-in-out;
}

.tema-pm3 .galleria-thumbnails .galleria-image .img {
    position: absolute;
    right: 0;
    height: 100%;
    width: 1px;
    background-color: rgba(0, 0, 0, 0.35);
}

.tema-pm3 .notouch .galleria-stage:hover .galleria-images img {
    transform: scale(1.2);
}

.tema-pm3 .galleria-thumbnails .galleria-image:last-child .img {
    display: none;
}

.tema-pm3 .galleria-thumbnails .active {
    background-color: rgba(255, 255, 255, 0.95);
    cursor: default;
}

.tema-pm3 .galleria-counter {
    font: normal 11px/18px arial, sans-serif;
    z-index: 2;
    color: #444;
    margin-top: 6px;
    margin-right: 12px;
    float: left;
}

.tema-pm3 .galleria-counter span {
    color: #888;
}

.tema-pm3 .galleria-counter {
    display: none;
}

.tema-pm3 .template-view .galleria-layer .tile-remove-item {
    display: none;
}