.content-folder #content {
    padding-top:0;
}

#folder {
    position:relative;
}

#folder #folder-head {
    position:relative;
    height:200px;
    background:transparent;
    background-repeat:no-repeat;
    background-position:50% 0;
    margin-bottom:15px;
}
@media (min-width: 768px) {
    #folder #folder-head { 
        height:300px;
        padding-bottom:45px;
        background-size:cover;
    }
    #folder #folder-head::before {
        content:" ";
        position:absolute;z-index:1;
        right:0;bottom:0;left:0;
        height:272px;
        background:url('../../img/folder/mask.png') no-repeat left bottom;
    }
}
@media (min-width: 992px) {
    #folder #folder-head {
        margin-bottom:5px;
    }
    #folder #folder-head { height:370px; }
}


#folder #folder-head > .container { 
    position:relative;
    z-index:1;
    height:100%;
}

#folder #folder-head img {
    width:100%;
    margin:0 auto;
}

#folder #folder-head #folder-title { 
    color:#fff;
}

#folder #folder-head #folder-title img {
    width:25px;
}

#folder #folder-head #folder-type {
    position:relative;
    text-align:center;
    margin:0;
    margin-bottom:-16px;
}
#folder #folder-head #folder-type span {
    display:inline-block;
    padding:10px 25px;
    font-size:13px;line-height:1.1;
    background:#fff;
    border-radius:6px;
}

#folder #folder-head #folder-title h1 {
    padding:0;
    margin:0;
}
#folder #folder-head #folder-title h1 span {
    display:inline-block;
    padding:20px 25px;
    color:#fff;
    font-size:25px;line-height:1.1;
    font-weight:600;
    border-radius:6px;
}

#folder #folder-head #folder-title h1 + p {
    margin-top:10px;
}
#folder #folder-head #folder-title p + p { margin-top:10px; }

@media (min-width: 992px) {
    #folder #folder-head #folder-title h1 span {
        padding:25px 50px;
        font-size:30px;
    }
    #folder #folder-head #folder-title h1 + p {
        margin-top:50px;
    }
    #folder #folder-head #folder-title img { width:auto; }
}

/* Type Date */
#folder #folder-head #folder-date {
    position:absolute;
    top:30px;right:30px;
    color:#fff;
    font-family:Helvetica;
    font-size:21px;
    text-transform:uppercase;
    text-align:justify;
}
#folder #folder-head #folder-date br + span { font-size:34px; }

/* Type Location */
#folder #folder-head #folder-location {
    position:absolute;
    top:23px;right:0;
    color:#fff;
    line-height:28px;
}

#folder #folder-head #folder-location #folder-location-status {
    text-transform:uppercase;
    padding:5px 12px;
    font-size:17px;
    display:block;
}
#folder #folder-head #folder-location.folder-location-status-closed #folder-location-status { background-color:#db5757; }
#folder #folder-head #folder-location.folder-location-status-open #folder-location-status { background-color:#58a658; }

#folder #folder-head #folder-location #folder-location-date {
    font-size:12px;
    display:block;
    padding:0 12px;
}
#folder #folder-head #folder-location.folder-location-status-closed #folder-location-date { background-color:#b25259; }
#folder #folder-head #folder-location.folder-location-status-open #folder-location-date { background-color:#458247; }


/* Description */
#folder #folder-description {
    margin-bottom:30px;
    text-align:center;
    font-size:15px;
    color:#666666;
}

@media (min-width:768px) {
    #folder #folder-description {
        font-size:18px;
    }
}

/* Nav */
#folder .nav-tabs {
    margin-bottom:40px;
}

#folder #folder-head .nav-tabs li a {
    
}
#folder #folder-head .nav-tabs li.active a, #folder #folder-head .nav-tabs li a:hover {
     
}

/* Social */
#folder #folder-head .nav-tabs li.tab-icon a {
    padding:0 10px;
    opacity:0.7;
}
#folder #folder-head .nav-tabs li.tab-icon a:hover { opacity:1;background:transparent; }

#folder #folder-head .nav-tabs li.tab-icon a .fa {
    vertical-align:middle;
    font-size:25px;
}

/* ----- PHOTOS ----- */
#folder-photos ul[class*="block-grid-"] {
    margin:0 -9px;
}
#folder-photos ul > li {
    padding:0 9px 20px 9px;
}

/* ----- VIDEOS ----- */
#folder-videos .article p a, #folder-photos .photo p a {
    font-size:15px;
    padding:2px 0px;
    display:block;
    color:#aaa;
}

#folder-videos .article.video {
    border:0;
    height:auto;
}

#folder-videos .article.video a.video-link {
    position:relative;
    display:block;
    padding-bottom:60%;
    background-color:#eee;
    background-repeat:no-repeat;
    background-position:center center;
    background-size:cover;
}


/* ---- BIO ----- */
#folder-bio #bio-header {
    padding-bottom:55px;
    margin-bottom:55px;
    background: url("../../../../img/folder/border-header.png") no-repeat bottom center;
}

#folder-bio #bio-header > img {
    margin:0 15px 0 0;
}

#folder-bio h2, #folder-bio p { color:#2d2d2d; }

#folder-bio h2 {
    text-align:left;
    font-size:25px;
    color:#2d2d2d;
}

#folder-bio h3 {
    font-weight:normal;
    font-size:15px;
    margin:0 0 45px 0;
    color:#666666;
}

#folder-bio p {
    margin:0 0 10px 0;
    line-height:25px;
}

#folder-bio p#bio-header-description {
    margin-bottom:45px;
}

#folder-bio p#bio-header-text {
    margin-bottom:0;
}


#folder-bio #bio-img-description {
    color:#666666;
    margin:15px 0 50px 0;
}

#folder-bio #bio-img-description + p { margin-bottom:35px; }

#folder-bio p.text-portal {
    font-size:30px;
    margin-bottom:35px;
}

/* Map */
#folder-map { 
    position:relative;
}

#folder-map #folder-map-caption {
    position:absolute;
    top:15px;
    left:15px;
    right:15px;
    z-index:2;
    padding:21px 20px;
    background:#fff;
    max-width:400px;
}

#folder-map #folder-map-caption p {
    font-size:15px;
    line-height:28px;
    margin:0;
}

#folder-map #folder-map-caption p strong { font-weight:600; }

#folder-map #folder-map-caption p .divider {
    display:block;
    height:11px;
}

@media (min-width:500px) {
    #folder-map #folder-map-caption {
        right:auto;
    }
}

@media (max-width:964px) {
    #folder-map #folder-map-caption {
        
    }
}

@media (min-width:965px) {
    #folder-map #folder-map-caption {
        top:130px;
        left:50px;
        min-width:310px;
    }
}

/* FOLDERS */
#folders h1 {
    margin-bottom:45px;
}

ul#list-folders {
    margin:0 -10px;
}

ul.list-folders .folder {
    padding: 0 10px 15px;
}

.list-folders .folder a {
    display:block;
    position:relative;
    text-align:center;
    overflow:hidden;
}

.list-folders .folder .folder-img {
    position:relative;
    overflow:hidden;
}

.list-folders .folder .folder-img img {
    width:100%;
    border-radius:6px;
}

.list-folders .folder .caption {
    left:15px;right:15px;
    top:25%;bottom:25%;
    transition:all 0.3s ease;
    background-color:#303030;
    opacity:0.9;
    overflow:hidden;
    border-radius:6px;
}
.list-folders .folder:hover .caption {
    top:0;right:0;bottom:0;left:0;
}

.list-folders .folder .caption .inner {
    height:100%;
    padding:10px 5px;
}

.list-folders .folder a .caption .folder-title {
    font-size:15px;line-height:1.1;
    margin:0;
    color:#fff;
    font-weight:600;
}

@media (max-width: 500px) {
    ul.list-folders > li { width:50%; }
    ul.list-folders > li:nth-of-type(2n+1) { clear:both; }
    ul.list-folders > li:nth-of-type(3n+1) { clear:none; }
}

@media (min-width: 640px) {
    ul.list-folders {
        margin:0 -12.5px;
    }
    ul.list-folders .folder {
        padding: 0 12.5px 25px;
    }
    .list-folders .folder a:hover .folder-img > img {
        filter: blur(1px);
        -webkit-filter: blur(1px);
        -moz-filter: blur(1px);
        -o-filter: blur(1px);
        -ms-filter: blur(1px);
    }
}


ul#list-letters {
    margin:0 0 50px 0;
}

#list-letters li a {
    text-transform:uppercase;
    padding-left:6px;padding-right:6px;
}

ul#pagination {
    margin:5px 0 0 0;
    font-size:0;
}
ul#pagination li { font-size:15px; }

ul#pagination li:hover a > h2 {
    text-decoration:underline;
}
