[dir="rtl"] .image-gallery-details,
[dir="rtl"] .image-gallery-details .title
{
	font-family: "IRANSans","byekan";
}

[dir="rtl"] .image-gallery-details .title
{
	font-size: 16px;
}

[dir="ltr"] .image-gallery-details,
[dir="ltr"] .image-gallery-details .title
{
	font-family: "calibri";
}

[dir="ltr"] .image-gallery-details .title
{
	font-size: 16px;
}

[dir="rtl"] .image-gallery-details .fa-chevron-circle-right
{
    display: none;
}

[dir="ltr"] .image-gallery-details .fa-chevron-circle-left
{
    display: none;
}

.image-gallery-details .description-params ul,
.image-gallery-details .description-params ul li,
.image-gallery-details .description .title,
.image-gallery-details .description .description-text > div
{
    -webkit-transition: all 250ms;
    -moz-transition: all 250ms;
    -ms-transition: all 250ms;
    -o-transition: all 250ms;
    transition: all 250ms;
}

.image-gallery-details .description .description-text > div
{
    margin-top:10px;
    padding: 10px !important;
    line-height: 1.5;
}

.image-gallery-details .description-params ul,
.image-gallery-details .description .description-text > div
{
    -webkit-transition-delay: 200ms;
    transition-delay: 200ms;
    padding: 0;
}

.image-gallery-details
{
    border-radius: 3px;
    padding-top: 0px;
    background: #fcfcfc;
}

.image-gallery-details .image-vote-subgallery-container
{
    padding-top: 0;
    margin-top: 0;
}

.image-gallery-details .image-container
{
    max-height: 180px;
    overflow: hidden;
    text-align: center;
    margin-left: 10px;
    text-align: justify;
}

.image-gallery-details .image-container img
{
    display: block;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    border: 0;
    margin-bottom: 0;
}

.image-gallery-details .title
{
    display: block;
    padding: 5px;
    margin: 0 5px;
    position: relative;

    background: #eee linear-gradient(rgb(250,250,250) 0%, rgb(245,245,245) 50%, rgb(240,240,240) 100%);
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    box-shadow: 0 1px 2px #777;
}

.image-gallery-details .title:before
{
    position: absolute;
    width: 0;
    height: 0;
    top: 109%;
    display: block;
    content: "";
    border: 25px solid transparent;
    border-top-color: #ddd;
}

[dir="rtl"] .image-gallery-details .title:before
{
    right: 2%;
}

[dir="ltr"] .image-gallery-details .title:before
{
    left: 2%;
}

[dir="ltr"] .image-gallery-details .pull-left
{
    float: right !important;
}

[dir="ltr"] .image-gallery-details .pull-right
{
    float: left !important;
}

.image-gallery-details .description-params ul,
.image-gallery-details .description-text > div
{
    margin: 5px;
    margin-top: 1px;
    padding: 10px;
}

.image-gallery-details .other-description > div
{
    border-top: 1px solid #ddd;
    padding: 10px;
    line-height: 1.5;
    background: #fcfcfc;
    margin-top: 15px;
}

.image-gallery-details .description-params ul li
{
    padding: 3px 3px;
}

.image-gallery-details .description-params ul li:nth-child(odd)
{
    background: #ddd;
}

.image-gallery-details .description-params ul li span
{
    display: inline-block;
    max-width: 100%;
    word-wrap: break-word;
}

.image-gallery-details .description-params ul li span.value
{
    padding-right: 20px;
}
/* begin gallery */

.image-gallery-details .slick-slider
{
    margin-bottom: 20px !important;
}

.image-gallery-details .slick-slide
{
    height: auto !important;
}

.image-gallery-details .gallery img
{
    width: 94%;
    margin: 5% 3px;
    border: 1px solid #ccc;
    max-height: 80px;
    min-height: 70px;
}

.image-gallery-details .gallery
{
    direction: ltr;
}

.image-gallery-details .gallery button
{
    display: none;
}

.image-gallery-details .gallery .slick-dots
{
    list-style: none;
    bottom: -20px;
    height:15px;
}

.image-gallery-details .gallery .slick-dots li button
{
    width: 10px;
    height: 10px;
    background: #ccc;
    display: inline-block;
    border-radius: 10px;
}

.image-gallery-details .gallery .slick-dots li
{
    margin:0 3px;
    width: 10px;
}

.image-gallery-details .gallery .slick-dots li button::before
{
    display: none;
}

.image-gallery-details .gallery .slick-dots li.slick-active button
{
    background: #555;
}
/* end gallery */


/* begin rank */
.rank
{
    float: left;
    width: 100%;
    text-align: center;
    height: 30px;
}

.rank .stars
{
    direction: ltr;
    display: inline-block;
    margin: auto 7px;
}

.rank i
{
    color: #777;
    font-size: 15px;
    cursor: pointer;
    margin: auto 1px;
}

.rank i.middledeactive
{
    color: #777 !important;
}

.rank i.active
{
    color:rgb(250,220,0);
    text-shadow: #999 1px 1px 0px;
}

.rank i.middleactive
{
    color:rgb(180,200,0);
    text-shadow: #999 1px 1px 0px;
}
/* end rank */



[dir="ltr"] .image-gallery-details .pull-right
{
    float: left;
}

/* begin tags */
.tagholder
{
    margin-bottom: 10px;
}
.tagholder h2 {
    display: inline-block;
    margin: 0;
    padding: 0;
}
.tagholder a
{
    border: 1px solid #85644d;
    font-size: 13px;
    background: transparent;
    font-weight: 400;
    border-radius: 0;
    font-family: "IRANSans",tahoma;
    color: inherit;
    padding: 8px 8px;
    border-radius: 2px;
    transition: all .3s ease-in-out;
}

.tagholder a:hover
{
    color: #777;
    box-shadow: 0 0 2px inset #85644d;
    background: rgba(133, 100, 77, 0.12);
}

.tagholder p
{
    display:block;
    color: #555 !important;
    font-size: 18px;
    margin: 15px 0 5px 0;
    font-family: "IRANSans","byekan","calibri";
}

[dir="ltr"] .tagholder .fa-angle-double-left
{
    display: none;
}

[dir="rtl"] .tagholder .fa-angle-double-right
{
    display: none;
}
/* end tags */
.list-unstyled {
    padding-left: 0;
    list-style: none;
    padding-right: 0;
    column-count: 2;
    column-gap: 50px;
    margin-top: 10px;
    font-family: "IRANSans","byekan";
}
.list-unstyled a {
    text-decoration: none;
    color: inherit;
}
@media(max-width: 767px){
    .list-unstyled {
        column-count: 1;
        column-gap: 0;
    }
}