@charset "utf-8";

/*
* Title                   : Wall/Grid Gallery (jQuery Plugin)
* Version                 : 1.7
* File                    : jquery.dop.WallGridGallery.css
* File Version            : 1.5
* Created / Last Modified : 13 January 2013
* Author                  : Dot on Paper
* Copyright               : © 2011 Dot on Paper
* Website                 : http://www.dotonpaper.net
* Description             : Wall/Grid Gallery Stylesheet.
*/

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

.DOP_WallGridGallery_Container img, .DOP_WallGridGallery_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_WallGridGallery_Clear{
    clear: both;
}

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

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

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

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

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

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

.DOP_WallGridGallery_ThumbLabel{
    color: #212121;
    font: 18px/24px 'Nothing You Could Do', cursive;
    padding: 48px 15px 24px 15px;
    text-align: center;
}

.DOP_WallGridGallery_ThumbIcons{
    height: 48px;
    opacity: 0;
    position: absolute;
    z-index: 1000;
}

.DOP_WallGridGallery_ThumbIconLink,
.DOP_WallGridGallery_ThumbIconMedia{
    background-color: #e2e2e2;
    -webkit-border-radius: 48px;
    border-radius: 48px;
    border: 1px solid #d2d2d2;
    -webkit-box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    float: left;
    height: 48px !important;
    overflow: hidden;
    width: 48px;
}

.DOP_WallGridGallery_ThumbIconLink{
    margin-right: 10px;
}

.DOP_WallGridGallery_ThumbIconLink .glyph,
.DOP_WallGridGallery_ThumbIconLink .glyph-hover,
.DOP_WallGridGallery_ThumbIconMedia .glyph,
.DOP_WallGridGallery_ThumbIconMedia .glyph-hover{
    color: #212121;
    display: block;
    font-size: 30px;
    line-height: 48px;
    text-align: center;
    width: 48px;
}

.DOP_WallGridGallery_ThumbIconLink .glyph-hover,
.DOP_WallGridGallery_ThumbIconMedia .glyph-hover{
    color: #af3425;
}

.DOP_WallGridGallery_ThumbIconLink .glyph,
.DOP_WallGridGallery_ThumbIconMedia .glyph{
    margin-top: -0px;
    -webkit-transition: margin-top 300ms ease-in;
    -moz-transition: margin-top 300ms ease-in;
    -ms-transition: margin-top 300ms ease-in;
    -o-transition: margin-top 300ms ease-in;
    transition: margin-top 300ms ease-in;
}

.DOP_WallGridGallery_ThumbIconLink:hover .glyph,
.DOP_WallGridGallery_ThumbIconMedia:hover .glyph{
    margin-top: -48px;
    -webkit-transition: margin-top 300ms ease-in;
    -moz-transition: margin-top 300ms ease-in;
    -ms-transition: margin-top 300ms ease-in;
    -o-transition: margin-top 300ms ease-in;
    transition: margin-top 300ms ease-in;
}

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

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

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

.DOP_WallGridGallery_LightboxContainer{
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;    
}

.DOP_WallGridGallery_LightboxBg{
    position: absolute;
}

.DOP_WallGridGallery_Lightbox{
    position: absolute;
}

.DOP_WallGridGallery_Lightbox img{
}

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

.DOP_WallGridGallery_LightboxNavigation .hover{
    display: none;
}

.DOP_WallGridGallery_LightboxNavigationButtons,
.DOP_WallGridGallery_LightboxNavigationExtraButtons{
    height: 0;
    position: absolute;
}

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

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

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

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

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

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

.DOP_WallGridGallery_CaptionTitle{
    font: 18px/24px 'PT Sans Narrow', Helvetica, Arial, sans-serif;
    margin: 24px 0 0 0;
    position: relative;
}

.DOP_WallGridGallery_CaptionTitle .title{
    float: left;
}

.DOP_WallGridGallery_CaptionTitle .count{
    float: right;
}

.DOP_WallGridGallery_CaptionTextContainer{
    margin: 24px 0 0 0;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.DOP_WallGridGallery_CaptionText{
    font: 300 16px/24px 'Source Sans Pro', Helvetica, Arial, SansSerif;
    position: relative;
}

/* Tooltip */
.DOP_WallGridGallery_Tooltip{
    border: 1px solid #000000;
    display:none;
    font-family: Arial, Helvetica, Verdana, 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_WallGridGallery_Tooltip_ArrowBorder{
    border-color: #000000 transparent transparent transparent;
    border-style: solid;
    border-width: 5px;
    bottom: -10px;
    height: 0;
    position: absolute;
    width: 0;
}

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