/*--------------------------------------------------------*/
/*photo gallery*/
/*--------------------------------------------------------*/
.media-upload-first{
    padding-right: 0;
}
.media-upload-last{
    padding-left: 0;
}
.add-media{
    border-width: 1px;
    border-style: solid;
    text-align: center;
    padding: 30px;
    margin-bottom: 20px;
}
.add-media a i{
    margin-right: 5px;
}
.gallery .photo-block, .gallery .video-block{
    position: relative;
}
.gallery .photo-block, .gallery .album-block, .gallery .video-block{
    margin-top: 5px;
    margin-bottom: 5px;
}
.gallery .album-block, .gallery .video-block{
    margin-top: 0px;
    margin-bottom: 30px;
}
.gallery .video-block{
/*    height: 210px;*/
}
.gallery .video-block .img-thumbnail{
    width: 100%;
    padding: 4px 10px;
}
.gallery .video-block iframe{
    width: 188px;
    height: 135px;
}
.gallery .photo-overlay-block{
    opacity: 0;
}
.gallery .photo-overlay-block:hover{
    -webkit-transition: opacity .25s ease;
    -moz-transition: opacity .25s ease;
    opacity: 1;
}
.gallery .photo-overlay{
    position: absolute;
    top: 0;
    left: 15px;
    z-index: 1;
    width: 86.5%;
}
.gallery .photo-details{
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    opacity: 1;
    padding: 0 15px 20px;
    width: 80%;
}
.gallery .like-comment a{
    margin-right: 10px;
}
.gallery .like-comment a i{
    margin-right: 5px;
}
.gallery .album-details .album-name{
    margin-top: 10px;
    margin-bottom: 5px;
}
.gallery .photo-album-details{
    margin-top: 30px;
    margin-bottom: 15px;
}
.gallery .video-play{
    height: 50px;
    width: 50px;
    position: absolute;
    top: 22%;
    left: 45%;
    z-index: 1;
}
.gallery .photo-upload-area{
    height: 350px;
    background-image: url('../img/upload-photo-bg.png');
    background-repeat: no-repeat;
    background-position: center center;
    margin-top: 20px;
    margin-bottom: 20px;
}
.photo-selected{
    padding-top: 20px;
    padding-bottom: 20px;
}
.gallery .photo-selected .photo-selected-details{
    margin-top: 20px;
    margin-bottom: 20px;
}
.gallery .video-block img{
    height: 142px;
}
/*--------------------------------------------------------*/
/*photo gallery*/
/*--------------------------------------------------------*/