.lg-backdrop.in {
    opacity: 0.85;
}
.lg-outer .lg-img-wrap {
    padding-right: 30% !important;
}
.lg-outer .gl-title-description-box {
    height: 100%;
    overflow-y: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 30%;
    z-index: 99999;
    background: #fff no-repeat scroll center center;
}
.lg-outer .lg-toolbar {
    right: 30%;
    width: auto;
}
.lg-outer .lg-actions .lg-next {
    right: 30%;
}
.lg-outer .lg-item {
    background-image: none;
}
.lg-outer .lg-item.lg-complete .lg-img-wrap {
    background-image: none;
}
.lg-outer .lg-img-wrap {
    background: url(../scripts/lightgallery/img/loading.gif) no-repeat scroll center center transparent;
    padding: 0px;
}
.lg-outer .lg-sub-html {
    padding: 0;
    position: static;
}
.lg-prev.lg-icon {
    left: 0px !important;
}
.gl-title-description-box .page-header {
    padding-top: 9px;
    margin: 0 !important;
    font-weight: bold;
    text-transform: uppercase;
}
#main {
    overflow: auto;
    text-align: justify;
    margin: 0px 4px 0px 4px;
    white-space: normal;
}
.page-footer {
    border-top: 1px solid #eee;
    position: absolute;
    clear: both;
    padding-top: 9px;
    padding-bottom: 9px;
    bottom: 0;
    width: 100%;
}
@media (max-width: 750px) {
    .lg-outer .gl-title-description-box {
        height: 30%;
        overflow-y: auto;
        position: absolute;
        right: 0;
        top: 70%;
        width: 100%;
        z-index: 99999;
        background: #fff no-repeat scroll center center;
    }
    .lg-outer .lg-img-wrap {
        padding-right: 0% !important;
    }
    .lg-outer .lg-actions .lg-next {
        right: 0px;
    }
    .lg-actions .lg-next,
    .lg-actions .lg-prev {
        border-radius: 2px;
        color: #999;
        cursor: pointer;
        display: block;
        font-size: 22px;
        margin-top: -10px;
        padding: 8px 10px 9px;
        position: absolute;
        top: 35%;
    }
    .lg-actions .lg-next,
    .lg-actions .lg-prev {
        border-radius: 2px;
        color: #999;
        cursor: pointer;
        display: block;
        font-size: 22px;
        margin-top: -10px;
        padding: 8px 10px 9px;
        position: absolute;
        top: 35%;
    }
    .lg-outer .lg-img-wrap {
        top: 0;
        bottom: 100% !important;
        left: 0;
        right: 0;
        padding: 0 5px;
        height: 70%;
    }
    .lg-outer .lg-toolbar {
        right: 0px;
        width: auto;
    }
}

div.grid-item {
    position:relative;
}

/*div.description{  
    position: absolute;
    bottom: 2px;
    left: 2px;
    width: auto;
    background-color: black;
    font-family: 'tahoma';
    font-size: 15px;
    color: white;
    opacity: 0.6; 
}  */

/*
.grid-item--height-album{ 
    height: 250px;
    cursor: pointer;
}*/

div.description {
    position: absolute;
    top: 120px;
    left: 2px;
    width: 100%;
    background-color: white;
    font-family: 'tahoma';
    font-size: 15px;
    color: black;
    opacity: 0.8;
    text-align: center;
    margin: 3px;
}

p.description_content{  
    padding:10px;  
    margin:0px;  
}  

.grid-item--height-album {
    height: 170px;
    cursor: pointer;
    overflow: hidden;
}

.customNavigation{
  text-align: center;
}
//use styles below to disable ugly selection
.customNavigation a{
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

#owl-album .item{
  margin: 3px;
}