/**
 * @author: Procurios (Peter Slagter)
 * @about:  pc-article-gallery.css - General layout and grid settings of article gallery snippet
 */

/**
 * Defaults, resets
 */

/** Hidden to users, visible to screen readers */
.ag-article-offscreen {
    position: absolute;
    left: -9999em;
    top: -9999em;
}

/**
 * Layout without Javascript
 */

.ag-article {
    margin-bottom: 1.5em;
    padding-bottom: 1.5em;
    border-bottom: 1px solid #ccc;
}

.ag-art-last {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}

/**
 * Layout with Js
 */

.has-js .pc-article-gallery {
    position: relative;
    overflow: hidden;
}

.has-js .ag-article {
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin-bottom: 0;
    padding-bottom: 0;
    border: 0;
}

/**
 *  ProContent Article Gallery - specific for Vlaams Fonds Tropisch Bos
 */

.pc-article-gallery {
    height: 100%;
}

.pc-article-gallery .projectsAT__title {
    padding-right: 8em;
}


/**
 *  Gallery navigation  - specific for Vlaams Fonds Tropisch Bos
 */

.ag-nav-container {
    position: absolute;
    bottom: 1em;
    right: 1em;
    width: auto;
    list-style: none;
    text-align: center;
    cursor: pointer;
    z-index: 10000;
}

.ag-article.ag-art-1.ag-art-last ~ .ag-nav-container {
    display: none;
}

.ag-nav {
    display: none;
}

.ag-nav-container .ag-nav-aleft,
.ag-nav-container .ag-nav-aright {
    display: inline-block;
    width: 2em;
    height: 2em;
    margin: 0;
    padding: 0;
    box-shadow: none;
    border: none;
    vertical-align: middle;
    border-radius: inherit;
    text-align: center;
    font-size: 1.2em;
    line-height: normal;
    text-indent: -9999px;
    color: #ffffff;
    -moz-transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

.ag-nav-container .ag-nav-aleft:before,
.ag-nav-container .ag-nav-aright:before {
    content: '\f104';
    display: block;
    line-height: 0;
}

.ag-nav-container .ag-nav-aleft {
    background-color: #b89871;
}

.article .ag-nav-container .ag-nav-aleft:hover,
.article .ag-nav-container .ag-nav-aright:hover {
    background: #fff;
    color: #b89871;
}

.ag-nav-container .ag-nav-aright {
    background-color: #7a654b;
}

.projectsAT--progress .ag-nav-container .ag-nav-aright {
    background-color: #7e4e4f;
}

.projectsAT--progress .ag-nav-container .ag-nav-aleft {
    background-color: #c47576;
}

.projectsAT--progress .ag-nav-container .ag-nav-aleft:hover,
.projectsAT--progress .ag-nav-container .ag-nav-aright:hover {
    color: #7e4e4f;
}

/**
 *  Counter styling - specific for Vlaams Fonds Tropisch Bos
 */

.ag-article-counter {
    position: absolute;
    bottom: 1.3em;
    right: 7em;
    color: #fff;
}