@charset "utf-8";

/*
* Title                   : Wall/Grid Gallery (WordPress NextGEN Gallery Template)
* Version                 : 1.0
* File                    : jquery.dop.NextGENWallGridGallery.css
* File Version            : 1.0
* Created / Last Modified : 05 May 2012
* Author                  : Marius-Cristian Donea
* Copyright               : © 2012 Marius-Cristian Donea
* Website                 : http://www.mariuscristiandonea.com
* Description             : Wall/Grid Gallery Stylesheet.
*/

/* Container */
.DOP_NextGENWallGridGallery_Container{
    margin: 0 0 50 0;
    padding: 0;
    overflow: hidden;
    position: relative;
}

.DOP_NextGENWallGridGallery_Container img, .DOP_NextGENWallGridGallery_LightboxWrapper img{
    border: none !important;
    margin: 0;
    max-height: none !important;
    max-width: none !important;
    min-height: 0 !important;
    min-width: 0 !important;
    padding: 0 !important;
}

/* Background */
.DOP_NextGENWallGridGallery_Background{
    margin: 0;
    padding: 0;
    z-index: 100;
    position: absolute;
}

/* Thumbnails */
.DOP_NextGENWallGridGallery_ThumbnailsWrapper{
    background: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    position: absolute;
    z-index: 200;
}

.DOP_NextGENWallGridGallery_Thumbnails{
    background: none;
    margin: 0;
    padding: 0;
}

.DOP_NextGENWallGridGallery_ThumbContainer{
    border-style: solid;
    border-width: 0;
    margin: 0;
    padding: 0;
    position: relative;
    float: left;
    cursor: pointer;
    
}

.DOP_NextGENWallGridGallery_Thumb{
    margin: 0;
    padding: 0;
    overflow: hidden;
    position: static;
    
}

.DOP_NextGENWallGridGallery_ThumbLoader{
    background-repeat: no-repeat !important;
    background-position: center center !important;
}

.DOP_NextGENWallGridGallery_ThumbLabel{
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 11px;
    font-weight: bold;
    line-height: 1em;
    padding: 7px 0 10px 0;
    position: absolute;
    text-align: center;
    width: 100%;
}

/* Lightbox */
.DOP_NextGENWallGridGallery_LightboxWrapper{
    display: none;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 1000000000000;
}

.DOP_NextGENWallGridGallery_LightboxWindow{
    cursor: pointer;
    left: 0;
    position: absolute;
    top: 0;
}

.DOP_NextGENWallGridGallery_LightboxLoader{
    display: none;
    position: fixed;
}

.DOP_NextGENWallGridGallery_LightboxContainer{
    opacity: 0;
    filter: alpha(opacity=0);
    position: fixed;    
}

.DOP_NextGENWallGridGallery_LightboxBg{
   
    position: absolute;
}

.DOP_NextGENWallGridGallery_Lightbox{
    position: absolute;
}

.DOP_NextGENWallGridGallery_Lightbox img{
    
}

/* Lightbox Navigation*/
.DOP_NextGENWallGridGallery_LightboxNavigation{
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
}

.DOP_NextGENWallGridGallery_LightboxNavigation .hover{
    display: none;
}

.DOP_NextGENWallGridGallery_LightboxNavigation_PrevBtn{
    cursor: pointer;
    margin: 0;
    padding: 0;
    position: absolute;
}

.DOP_NextGENWallGridGallery_LightboxNavigation_NextBtn{
    cursor: pointer;
    margin: 0;
    padding: 0;
    position: absolute;
}

.DOP_NextGENWallGridGallery_LightboxNavigation_CloseBtn{
    cursor: pointer;
    margin: 0;
    padding: 0;
    position: absolute;
}

/* Caption */
.DOP_NextGENWallGridGallery_Caption{
    background: none;
    margin: 0;
    padding: 0;
    position: absolute;
}

.DOP_NextGENWallGridGallery_CaptionTextWrapper{
    overflow: hidden;
    padding: 0;
    width: 100%;
}

.DOP_NextGENWallGridGallery_CaptionTitle{
    color: #ffffff;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 14px;
    font-weight: bold;
    line-height: 1em;
    margin: 10px 0 0 0;
    position: relative;
}

.DOP_NextGENWallGridGallery_CaptionTitle .title{
    float: left;
}

.DOP_NextGENWallGridGallery_CaptionTitle .count{
    float: right;
}

.DOP_NextGENWallGridGallery_CaptionTextContainer{
    margin: 5px 0 0 0;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.DOP_NextGENWallGridGallery_CaptionText{
    color: #ffffff;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 12px;
    line-height: 1em;
    position: relative;
}

/* Tooltip */
.DOP_NextGENWallGridGallery_Tooltip{
    border: 1px solid #000000;
    display:none;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 11px;
    font-weight: normal;
    line-height: 1.5em;
    padding: 0px 5px 1px 5px;
    position: absolute;
    text-align: center;
    text-transform:none;
    z-index:300;
}

.DOP_NextGENWallGridGallery_Tooltip_ArrowBorder{
    border-color: #000000 transparent transparent transparent;
    border-style: solid;
    border-width: 5px;
    bottom: -10px;
    height: 0;
    position: absolute;
    width: 0;
}

.DOP_NextGENWallGridGallery_Tooltip_Arrow{
    border-color: #ffffff transparent transparent transparent;
    border-style: solid;
    border-width: 5px;
    bottom: -9px;
    height: 0;
    position: absolute;
    width: 0;
}
