@CHARSET "UTF-8";
/**
 * @package    manigallery
 * @subpackage CSS
 * @author     Mohammad Hosein Mir {@link https://joomina.ir}
 * @author     Created on 22-Feb-2019
 * @license    GNU/GPL
 */
.album-images #album_images_list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    float: right; 
}
#manigallery {
    float: right;
    width: 100%; 
}
#manigallery .page_title{
	width: 100%;
	float: right;
	margin-bottom: 20px;
}
#manigallery h1{
	font-size: 25px;
	float: right;
	margin: 0;
} 
.description-box h3,.item-gallery-title h3{
	
	font-size:16px;
	color: #333;
}
.description-box h3:hover{
	color: #999
}
.item-gallery-title a{	
	color: #333;
} 
.item-description-row,
.item-gallery-description{
	
	text-align: justify;
	min-height: 100px;
}
.item-download-row{
	
	background: #999;
	padding: 0 10px;
	border-radius: 5px;
	width: 20%
}
.item-download-row a,
.item-download-row a:hover{
	color: #FFF;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 1000ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
}
.item-gallery-details{
	float: left;
	color: #fff;
	font-style: italic;
	font-size: 11px
}
.item-gallery-description span{
	font-size: 14px;
	font-weight: bold;
	border-bottom: 2px dotted orangered;
	color: orangered
}
.no-padding{
	padding: 0 !important;
	margin: 0 !important
}
.album-description{
	background: #FFF;
	padding: 10px;
	margin-bottom: 10px;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
} 
.album-title h2{
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 20px;
}
.image-count {
	float: left;
	position: relative;
	top: -6px;
}
.album-item.albums_list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px; 
	float: right;
}
.album-item.albums_list .item-gallery{
	box-shadow: none;
	background: none;
	margin-bottom: 0;
}
.album-item.albums_list .item-gallery-title a:hover{
	color: #333 !important;
	text-decoration: none !important;
}
#album_images_list .item-gallery,
.album-item.albums_list .item-gallery > div{
	/*box-shadow: 0 8px 17px 0 rgba(0,0,0,0.2) !important;
	border-radius: 10px;*/
	padding: 0;
	margin-bottom: 30px;
	list-style: none;
	color: #333;
	background: #fff;
	float: right;
	width: 100%;
    position: relative;
    border: 5px solid white;
    overflow: hidden;
}
.item-gallery-image{
	width: 100%;
	position: relative;
	overflow: hidden;
}
#album_images_list .item-gallery img{
	border-radius: 10px;
	
}
.album-item.albums_list .item-gallery > div img{
    display: block;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    width: 100%;
}
.album-item.albums_list .item-gallery:hover > div img{
    transform: scale(1.05,1.05);
}
.description-box{
    position: absolute;
    width: 100%;
    bottom: 0;
    right: 0; 
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	padding: 15px;
}
.description-box a,
.description-box a:focus,
.description-box a:hover{
	color: #fff;
} 
#manigallery a.btn { 
    background: #008238;
    color: #fff; 
    text-align: center;
    transition: background-color 300ms ease-out;
    border: none;
    font-size: 14px;
	float: left;
    margin: 0 !important;
    width: 35px;
    height: 35px;
    padding: 0;
    line-height: 35px;
}
#manigallery a.btn:hover {
    background: #484848;
    text-decoration: none;
}