@charset "utf-8";

/*
* Title                   : Wall/Grid Gallery (WordPress NextGEN Gallery Template)
* Version                 : 1.5
* File                    : jquery.dop.NextGENWallGridGallery.css
* File Version            : 1.4
* Created / Last Modified : 05 May 2013
* Author                  : Dot on Paper
* Copyright               : © 2012 Dot on Paper
* Website                 : http://www.dotonpaper.net
* Description             : Wall/Grid Gallery Stylesheet.
*/

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

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

.DOP_NextGENWallGridGallery_Clear{
    clear: both;
}

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

/* 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{
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border-style: solid;
    border-width: 0;
    cursor: pointer;
    float: left;
    margin: 0;
    padding: 0;
    position: relative;
}

.DOP_NextGENWallGridGallery_Thumb{
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: static;
}

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

.DOP_NextGENWallGridGallery_ThumbLabel{
    font: bold 11px/1em Arial, Helvetica, Verdana, sans-serif;
    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: 900000;
}

.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: absolute;    
}

.DOP_NextGENWallGridGallery_LightboxBg{
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    position: absolute;
}

.DOP_NextGENWallGridGallery_Lightbox{
    position: absolute;
}

.DOP_NextGENWallGridGallery_Lightbox img{
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

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

.DOP_NextGENWallGridGallery_LightboxNavigation .hover{
    display: none;
}

.DOP_NextGENWallGridGallery_LightboxNavigationButtons,
.DOP_NextGENWallGridGallery_LightboxNavigationExtraButtons{
    height: 0;
    position: absolute;
}

.DOP_NextGENWallGridGallery_LightboxNavigation_PrevBtn{
    cursor: pointer;
    float: left;
    margin: 0 0 0 10px;
    padding: 0;
}

.DOP_NextGENWallGridGallery_LightboxNavigation_NextBtn{
    cursor: pointer;
    float: right;
    margin: 0 10px 0 0;
    padding: 0;
}

.DOP_NextGENWallGridGallery_LightboxNavigation_CloseBtn{
    cursor: pointer;
    float: right;    
    margin: 10px 10px 0 0;
    padding: 0;
}

.DOP_NextGENWallGridGallery_LightboxSocialShare{
    cursor: pointer;
    float: right;
    margin: 10px 10px 0 0;
    padding: 0;
}

/* 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: bold 14px/1em Arial, Helvetica, Verdana, sans-serif;
    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: 12px/1em Arial, Helvetica, Verdana, sans-serif;
    position: relative;
}

/* Tooltip */
.DOP_NextGENWallGridGallery_Tooltip{
    border: 1px solid #000000;
    display:none;
    font: normal 11px/1.5em Arial, Helvetica, Verdana, sans-serif;
    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;
}

/* Pagination */

.ngg-navigation a{
    background-color: #cccccc;
    border: none !important;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #000000;
    font-family: Arial, Helvetica, Verdana, sans-serif;
    font-size: 12px;
    margin: 0 2px !important;
    padding: 3px 8px !important;
}

.ngg-navigation a:hover{
    background-color: #000000 !important;
    color: #ffffff !important;
}

.ngg-navigation .current{
    background-color: #000000;
    border: none !important;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #ffffff;
    font-family: Arial, Helvetica, Verdana, sans-serif;
    font-size: 12px;
    margin: 0 2px;
    padding: 3px 8px;
}